IdreesInc / Monocraft

A monospaced programming font inspired by the Minecraft typeface
https://idreesinc.com
SIL Open Font License 1.1
8.02k stars 115 forks source link

Added Scoop installation instructions #92

Closed FlawlessCasual17 closed 5 months ago

FlawlessCasual17 commented 1 year ago

Hello @IdreesInc, I edited the README.md document to include the following instructions for Scoop, a package manager for Windows.

# First, add the 'nerd-fonts' bucket
scoop bucket add nerd-fonts
# To install the normal version, run
scoop install Monocraft
# To install the 'otf' variant, run
scoop install Monocraft-otf
# To install the 'no ligatures' variant, run
scoop install Monocraft-no-ligatures
# To install the Nerd Fonts Patched version, run
scoop install Monocraft-Nerd-Font
IdreesInc commented 5 months ago

Appreciate it, but I'll likely keep the windows installation instructions as is since I figure someone using scoop knows what they're doing lol. Only reason that the homebrew instructions are there is because I also manage the homebrew-fonts cask version of Monocraft directly.

FlawlessCasual17 commented 4 months ago

Hey, I saw that you rejected my PR. Correct me if I am wrong, but did you reject because you don't have control over the app manifests?