From b392476c4566f0720980b14a47ff128d65dfb9b5 Mon Sep 17 00:00:00 2001 From: JC <11434205+dijonkitchen@users.noreply.github.com> Date: Fri, 6 Dec 2019 10:18:26 -0800 Subject: [PATCH] Updated Installing (markdown) --- Installing.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Installing.md b/Installing.md index 2d66e86..cfdf16d 100644 --- a/Installing.md +++ b/Installing.md @@ -1,22 +1,6 @@ -## Windows - -- In the ttf folder, double-click each font file, click “Install font”; to install all at once, select all files, right-click, and choose “Install” - -*or* - -- Use [chocolatey](https://chocolatey.org): `choco install firacode` - -- Use [scoop](https://github.com/lukesampson/scoop): - - *Run as administrator* - ``` - scoop bucket add nerd-fonts - scoop install FiraCode - ``` - ## macOS -In the downloaded TTF folder: +In the [downloaded TTF folder](https://github.com/tonsky/FiraCode/tree/master/distr/ttf): 1. Select all font files 1. Right click and select `Open` (alternatively `Open With Font Book`) @@ -48,3 +32,19 @@ In the downloaded TTF folder: *or* - Using ports: `cd /usr/ports/x11-fonts/firacode && make install clean` + +## Windows + +- In the ttf folder, double-click each font file, click “Install font”; to install all at once, select all files, right-click, and choose “Install” + +*or* + +- Use [chocolatey](https://chocolatey.org): `choco install firacode` + +- Use [scoop](https://github.com/lukesampson/scoop): + + *Run as administrator* + ``` + scoop bucket add nerd-fonts + scoop install FiraCode + ```