mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-10-28 03:25:55 +08:00
asyncawait bp details
This commit is contained in:
20
sections/errorhandling/asyncawait.md
Normal file
20
sections/errorhandling/asyncawait.md
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
## Font Installation
|
||||||
|
|
||||||
|
### `Option 1: Download and Install Manually`
|
||||||
|
|
||||||
|
> Best option for **quickly** getting a specific **individual font**.
|
||||||
|
|
||||||
|
Download the specific [patched font](#patched-fonts) of your choice
|
||||||
|
|
||||||
|
### `Option 2: Release Archive Download`
|
||||||
|
|
||||||
|
> Best option if you want an **archive** or complete **font family** of variations (Bold, Italic, etc.).
|
||||||
|
|
||||||
|
Fonts are available for download as packages in the [latest release](https://github.com/ryanoasis/nerd-fonts/releases/latest)
|
||||||
|
|
||||||
|
### `Option 3: Install Script`
|
||||||
|
|
||||||
|
> Best option if you want to **automate** installing or for use in **scripts**.
|
||||||
|
|
||||||
|
_Note_: Only for Linux & macOS (OS X)
|
||||||
|
_Note_: **Requires cloning** the repo as of now
|
||||||
Reference in New Issue
Block a user