From 245e300c67b53d6b05890851cee4fe1a3de8a76b Mon Sep 17 00:00:00 2001 From: Yoni Goldberg Date: Sat, 23 Sep 2017 20:56:02 +0300 Subject: [PATCH] asyncawait bp details --- sections/errorhandling/asyncawait.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sections/errorhandling/asyncawait.md diff --git a/sections/errorhandling/asyncawait.md b/sections/errorhandling/asyncawait.md new file mode 100644 index 00000000..7f64bb60 --- /dev/null +++ b/sections/errorhandling/asyncawait.md @@ -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