From 336919489f22d4ab3f068868b0b9215eeab82718 Mon Sep 17 00:00:00 2001 From: Seba Carrasco Poblete Date: Sun, 5 Nov 2023 15:29:50 -0300 Subject: [PATCH] Add macOS Instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) 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/ +``` +
### Issues