From 6bfd405f778bee1b85be22955a77cd33a15bfa90 Mon Sep 17 00:00:00 2001 From: Max Hille Date: Thu, 8 Aug 2019 10:18:44 +0200 Subject: [PATCH] Ubuntu and other GNU/Linux --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index da73da0..d9e2911 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,10 @@ Automatic installation on macOS with [homebrew](https://brew.sh): brew tap homebrew/cask-fonts #You only need to do this once for cask-fonts brew cask install font-fantasque-sans-mono +Automatic installation for Ubuntu and probably most other desktop GNU/Linuxes. This will install the `Normal` variant. Adapt the code if you want to use other variants. + + mkdir -p ~/.local/share/fonts/opentype/fantasque && curl -L https://github.com/belluzj/fantasque-sans/releases/latest/download/FantasqueSansMono-Normal.tar.gz | tar xvz -C ~/.local/share/fonts/opentype/fantasque/ --wildcards "*.otf" --strip-components=1 && sudo fc-cache -fv + Instructions for other platforms might follow. Building installable font files