Updated read-me

- Added brew specific commands for symlinking app on Mac
- Removed trailing white space chars
This commit is contained in:
Som Poddar 2019-10-07 15:20:41 -07:00 committed by duianto
parent 276b6e44ae
commit 283ede755d
2 changed files with 13 additions and 13 deletions

View File

@ -2870,9 +2870,9 @@ Other:
Schneider, Pawan Dubey, Paweł Siudak, Phil Pirozhkov, Philippe Bourdages, Schneider, Pawan Dubey, Paweł Siudak, Phil Pirozhkov, Philippe Bourdages,
Piotr Grzesik, Rafi Khan, Rand01ph, rakyi, Raymond Wanyoike, Reverend Homer, Piotr Grzesik, Rafi Khan, Rand01ph, rakyi, Raymond Wanyoike, Reverend Homer,
Robby O'Connor, Rhommel Lamas, Sam Pablo Kuper, Saulius Menkevičius, sduthil, Robby O'Connor, Rhommel Lamas, Sam Pablo Kuper, Saulius Menkevičius, sduthil,
Sergio Ugalde, Shane Kilkelly, Sid Kapur, Somelauw, Soobin Rho, sorawee, Sergio Ugalde, Shane Kilkelly, Sid Kapur, Som Poddar, Somelauw, Soobin Rho,
SteveJobzniak, Sunghyun Hwang, Swaroop C H, Sylvain Benner, Szunti, Tim sorawee, SteveJobzniak, Sunghyun Hwang, Swaroop C H, Sylvain Benner, Szunti,
Stewart, timor, TinySong, Titov Andrey, Thomas de Beauchêne, Tomasz Tim Stewart, timor, TinySong, Titov Andrey, Thomas de Beauchêne, Tomasz
Cichocinski, Trey Merkley, tzhao11, Vincent Taing, Vlad Bokov, Vladimir Cichocinski, Trey Merkley, tzhao11, Vincent Taing, Vlad Bokov, Vladimir
Kochnev, Wieland Hoffmann, Witoslaw Koczewski, Xiang Ji, Yi Liu, Zane Kochnev, Wieland Hoffmann, Witoslaw Koczewski, Xiang Ji, Yi Liu, Zane
Sterling, zer09, Zhige Xin, Serghei Iakovlev) Sterling, zer09, Zhige Xin, Serghei Iakovlev)

View File

@ -156,7 +156,7 @@ This might also be true for other linux distributions.
``` ```
brew tap d12frosted/emacs-plus brew tap d12frosted/emacs-plus
brew install emacs-plus brew install emacs-plus
ln -s /usr/local/Cellar/emacs-plus/*/Emacs.app/ /Applications/ brew link emacs-plus
``` ```
##### Using emacs-mac ##### Using emacs-mac
@ -164,7 +164,7 @@ ln -s /usr/local/Cellar/emacs-plus/*/Emacs.app/ /Applications/
``` ```
brew tap railwaycat/emacsmacport brew tap railwaycat/emacsmacport
brew install emacs-mac brew install emacs-mac
ln -s /usr/local/Cellar/emacs-mac/*/Emacs.app/ /Applications/ brew link emacs-mac
``` ```
##### Using cask ##### Using cask
@ -206,9 +206,9 @@ After completing the Spacemacs [install process](#install), then it's also
recommended to add the [osx layer][] to your [dotfile][]. Installation recommended to add the [osx layer][] to your [dotfile][]. Installation
instructions are available in the documentation for the [osx layer][]. instructions are available in the documentation for the [osx layer][].
Depending on the installed version of GnuTLS securely installing emacs Depending on the installed version of GnuTLS securely installing emacs
packages may fail. In this case it is possible to install using packages may fail. In this case it is possible to install using
`emacs --insecure`. However be aware that this means your packages will `emacs --insecure`. However be aware that this means your packages will
be transferred using http, use at your own risk. be transferred using http, use at your own risk.
You might also have some issues when doing some search on your projects, you You might also have some issues when doing some search on your projects, you
@ -247,9 +247,9 @@ For efficient searches we recommend installing `pt` ([the platinum searcher][]).
`pt` version 1.7.7 or higher is required. `pt` version 1.7.7 or higher is required.
**Notes:** **Notes:**
Depending on the installed version of GnuTLS securely installing emacs Depending on the installed version of GnuTLS securely installing emacs
packages may fail. In this case it is possible to install using packages may fail. In this case it is possible to install using
`emacs --insecure`. However be aware that this means your packages will `emacs --insecure`. However be aware that this means your packages will
be transferred using http, use at your own risk. be transferred using http, use at your own risk.
# Install # Install
@ -274,11 +274,11 @@ be transferred using http, use at your own risk.
``` ```
Or Or
```sh ```sh
git clone --depth 1 https://github.com/syl20bnr/spacemacs ~/.emacs.d git clone --depth 1 https://github.com/syl20bnr/spacemacs ~/.emacs.d
``` ```
In case you have a limited internet connection or speed. In case you have a limited internet connection or speed.
`master` is the stable branch and it is _immutable_, **DO NOT** make any `master` is the stable branch and it is _immutable_, **DO NOT** make any