Skip to content

Commit

Permalink
Add "curl latest release" to download options
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBorn authored and Finii committed Jul 15, 2023
1 parent 5ae07ab commit 817f4d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

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`

> Best option if you want to **automate** installing or for use in **scripts**.
Expand Down

0 comments on commit 817f4d6

Please sign in to comment.