Add a note on grep prerequesite in the README

This commit is contained in:
Vincent Taing 2018-12-04 15:09:22 -08:00 committed by duianto
parent 67e9690723
commit 2441f36a79
2 changed files with 10 additions and 2 deletions

View File

@ -2284,8 +2284,9 @@ Other:
Kuper, Saulius Menkevičius, sduthil, Sergio Ugalde, Shane Kilkelly, Sid Kapur,
Somelauw, Soobin Rho, sorawee, SteveJobzniak, Sunghyun Hwang, Swaroop C H,
Sylvain Benner, Szunti, Tim Stewart, timor, TinySong, Titov Andrey, Thomas de
Beauchêne, Tomasz Cichocinski, tzhao11, Vlad Bokov, Vladimir Kochnev, Wieland
Hoffmann, Xiang Ji, Yi Liu, zer09, Zhige Xin, Serghei Iakovlev)
Beauchêne, Tomasz Cichocinski, tzhao11, Vincent Taing, Vlad Bokov, Vladimir
Kochnev, Wieland Hoffmann, Xiang Ji, Yi Liu, zer09, Zhige Xin, Serghei
Iakovlev)
*** Release notes summarized
Thanks to: Grant Shangreaux, Songpeng Zu, Igor Almeida, Miciah Dashiel Butler
Masters, Abhishek(Compro) Prasad, Deepak Khidia, Ward Harris, Jiahao Jiang,

View File

@ -208,6 +208,13 @@ After completing the Spacemacs [install process](#install), then it's also
recommended to add the [osx layer][] to your [dotfile][]. Installation
instructions are available in the documentation for the [osx layer][].
*Note:* you might have some issues when doing some search on your projects, you
probably want to install grep through homebrew with default names:
```sh
$ brew install grep --with-default-names
```
### Windows
You can download good quality builds from the [emacs-w64 project][emacs-for-windows].
It is recommended to install the most recent [stable build][emacs-for-windows-stable].