mirror of https://github.com/embarklabs/embark.git
docs: fix broken code snippet in installation guide
Unfortunately, markdown syntax isn't properly supported within the notification tag, so we have to be explicit here.
This commit is contained in:
parent
ff3100b035
commit
dc7974c42d
|
@ -22,10 +22,9 @@ We recommend installing Node using the [Node Version Manager](https://github.com
|
|||
|
||||
Once that is done, we can install and select a specific Node version or use the `--lts` option to get the latest version with long term support like this:
|
||||
|
||||
```
|
||||
$ nvm install --lts
|
||||
<pre class="highlight"><code>$ nvm install --lts
|
||||
$ nvm use --lts
|
||||
```
|
||||
</code></pre>
|
||||
{% endnotification %}
|
||||
|
||||
### IPFS (Optional)
|
||||
|
|
Loading…
Reference in New Issue