Skip to content

Commit 189984e

Browse files
authored
docs: update README.md
1 parent d7db757 commit 189984e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ To enable `star` to work properly, ensure your system meets the requirements:
289289
- package `GNU coreutils` (for `realpath`, `printf`, `mkdir`, `rm`, `mv`, `cp`, `echo`, etc.)
290290
- package `GNU findutils` (for `find`)
291291
- command `column` (uses portable options `-t` and `-s` to format the listing, so any version should work)
292-
- `bash >= 3.2` (star uses Bash's autocompletion features, even for Zsh)
292+
- `bash >= 3.2`
293293
294294
On MacOS, the default utils for `find`, `printf`, `echo`, etc. are not GNU versions. You can install the GNU versions using Homebrew (see below). However, MacOS comes with `bash` version 3.2 by default, and has a `column` implementation that has `-t` and `-s` options.
295295

0 commit comments

Comments
 (0)