From 6dc0c36fd92eab38064f22c016e43639f42293d3 Mon Sep 17 00:00:00 2001 From: Nick Reilingh Date: Sun, 3 Mar 2024 01:13:51 -0500 Subject: [PATCH] README - brew package for gnu wc is coreutils --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79fcebe..0ecb001 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ nnoremap `` :nohlsearch:call minimap#vim#ClearColorSearch() The version of `wc` that ships with MacOS does not have support for the `-L` flag. To use background processing on MacOS, install `gnu-wc`. Example via homebrew: ``` -brew install gnu-wc +brew install coreutils ``` ---