From ff240f6b2c3edf4be1967aa8835a5cbc95bd5b2a Mon Sep 17 00:00:00 2001 From: Dom Hallan Date: Tue, 5 May 2020 22:46:31 -0500 Subject: [PATCH] When using scoop `scoop install FiraCode` didn't install the package, but `firacode` it was fine with: https://share.getcloudapp.com/X6uOEO2D --- Installing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installing.md b/Installing.md index db52dca..8cbba0f 100644 --- a/Installing.md +++ b/Installing.md @@ -46,5 +46,5 @@ In the [downloaded TTF folder](https://github.com/tonsky/FiraCode/tree/master/di *Run as administrator* ``` scoop bucket add nerd-fonts - scoop install FiraCode + scoop install firacode ```