diff --git a/README.md b/README.md index e1e67df..c05b260 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,11 @@ cp -r *.ttf ~/.fonts/ ### Windows Install the fonts by right-clicking the .ttf files. +### macOS +```sh +cp -R *.ttf ~/Library/Fonts/ +``` +