From 31cdce2126172bbe839361dcab89dfc43a9ea708 Mon Sep 17 00:00:00 2001 From: Jesse L Lawson Date: Sun, 26 Nov 2017 21:52:12 -0700 Subject: [PATCH] fixed bash code highlighting --- getting-started.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/getting-started.md b/getting-started.md index 73f10b1..bcc8982 100644 --- a/getting-started.md +++ b/getting-started.md @@ -35,25 +35,25 @@ globally using npm. ```bash $ npm install -g anvil-connect-cli ``` - -> **Note:** Some commands in the documentation will refer to the `nv` command. +**Note:** Some commands in the documentation will refer to the `nv` command. As the `anvil-connect-cli` package is still in the process of becoming feature-complete, you will also need to run -> ```bash + +```bash $ npm install -g anvil-connect ``` -> to obtain the `nv` command. In the future, installing `anvil-connect` globally + +to obtain the `nv` command. In the future, installing `anvil-connect` globally will be deprecated. -> -> `nv` must be run inside the directory where Anvil Connect is configured, unlike -> `nvl`. + +`nv` must be run inside the directory where Anvil Connect is configured, unlike `nvl`. After this has completed successfully, you can generate all the files you'll need to run your own custom auth server. First, make a new directory and `cd` into it. Then, run `nvl init`. -``` +```bash $ mkdir myauthserver $ cd myauthserver $ nvl init