1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-04 16:06:26 +03:00

Updated Installing (markdown)

JC 2019-12-06 10:18:26 -08:00
parent 54e6ebb279
commit b392476c45

@ -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
```