Update README.md

fix documentation to install fonts
This commit is contained in:
Sergio Morales 2019-10-11 21:17:10 +02:00 committed by duianto
parent 283ede755d
commit 4ab684bd58
2 changed files with 3 additions and 1 deletions

View file

@ -2878,6 +2878,8 @@ Other:
Sterling, zer09, Zhige Xin, Serghei Iakovlev) Sterling, zer09, Zhige Xin, Serghei Iakovlev)
**** Documentation and website **** Documentation and website
- Updated DOCUMENTATION.org to fix the example for how to change the separator style - Updated DOCUMENTATION.org to fix the example for how to change the separator style
- README.md:
- Fixed macOS documentation to install fonts (thanks to Sergio Morales)
*** Release notes summarized *** Release notes summarized
Thanks to: Grant Shangreaux, Songpeng Zu, Igor Almeida, Miciah Dashiel Butler Thanks to: Grant Shangreaux, Songpeng Zu, Igor Almeida, Miciah Dashiel Butler
Masters, Abhishek(Compro) Prasad, Deepak Khidia, Ward Harris, Jiahao Jiang, Masters, Abhishek(Compro) Prasad, Deepak Khidia, Ward Harris, Jiahao Jiang,

View file

@ -191,7 +191,7 @@ Once Emacs is installed, run the following commands in the terminal to install
the default Source Code Pro font: the default Source Code Pro font:
```sh ```sh
brew tap caskroom/fonts brew tap homebrew/cask-fonts
brew cask install font-source-code-pro brew cask install font-source-code-pro
``` ```