From 4ab684bd58278290e31871d25d9b2d499a0b13e8 Mon Sep 17 00:00:00 2001 From: Sergio Morales Date: Fri, 11 Oct 2019 21:17:10 +0200 Subject: [PATCH] Update README.md fix documentation to install fonts --- CHANGELOG.develop | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.develop b/CHANGELOG.develop index 562108b19..631d9277f 100644 --- a/CHANGELOG.develop +++ b/CHANGELOG.develop @@ -2878,6 +2878,8 @@ Other: Sterling, zer09, Zhige Xin, Serghei Iakovlev) **** Documentation and website - 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 Thanks to: Grant Shangreaux, Songpeng Zu, Igor Almeida, Miciah Dashiel Butler Masters, Abhishek(Compro) Prasad, Deepak Khidia, Ward Harris, Jiahao Jiang, diff --git a/README.md b/README.md index 05312a84a..f41fafa28 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ Once Emacs is installed, run the following commands in the terminal to install the default Source Code Pro font: ```sh -brew tap caskroom/fonts +brew tap homebrew/cask-fonts brew cask install font-source-code-pro ```