Skip to content

Commit e2eb8b4

Browse files
add notes about sh and bash on BSD/Mac OS
1 parent af8ce57 commit e2eb8b4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Make echo colorful with easier method. In [bash](https://www.gnu.org/software/ba
3333
## Notes
3434

3535
* If you have [lolcat](https://github.com/busyloop/lolcat), you can also try `echo.Rainbow`.
36+
* If you are using Mac OS, please upgrade your bash first, you can use [Homebrew](http://brew.sh/) or [MacPorts](https://www.macports.org/), the origin bash is too old.
37+
* `sh` shell's color echo relys on external `/bin/echo`, it may not work properly with color under BSD and Mac OS.
3638

3739
## Screenshot
3840

0 commit comments

Comments
 (0)