From 617fb6a603a35c421d726cac2b824df8c485375c Mon Sep 17 00:00:00 2001 From: be5invis Date: Mon, 18 Sep 2023 18:51:53 -0700 Subject: [PATCH] Add docs for batch download (#1994) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0177c4848..32f8aaa42 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ ### Manual Installation 1. Download your font package from [releases](https://github.com/be5invis/Iosevka/releases). + * For Linux users you could use the following command to download all the packages in the latest release: + ```bash + curl -s 'https://api.github.com/repos/be5invis/Iosevka/releases/latest' | jq -r ".assets[] | .browser_download_url" | grep ttf-iosevka | xargs -n 1 curl -L -O --fail --silent --show-error + ``` 2. Quit all your editors / programs. 3. Unarchive the font package and you will see the font files. 4. Take actions depending on your OS: