Add "curl latest release" to download options

This commit is contained in:
Samuel Born 2023-06-25 13:42:21 +02:00 committed by Fini
parent 5ae07aba04
commit 817f4d6214

View file

@ -198,6 +198,11 @@ Download the specific [patched font](#patched-fonts) of your choice
Fonts are available for download as packages in the [latest release](https://github.com/ryanoasis/nerd-fonts/releases/latest) Fonts are available for download as packages in the [latest release](https://github.com/ryanoasis/nerd-fonts/releases/latest)
If you want download the latest release of a given font inside a script you can use (replace "JetBrainsMono" with your font):
```sh
curl -OL https://github.com/ryanoasis/nerd-fonts/releases/latest/download/JetBrainsMono.tar.xz
```
### `Option 3: Install Script` ### `Option 3: Install Script`
> Best option if you want to **automate** installing or for use in **scripts**. > Best option if you want to **automate** installing or for use in **scripts**.