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:
Pascal Precht 2019-06-07 08:27:59 +02:00 committed by Pascal Precht
parent ff3100b035
commit dc7974c42d
1 changed files with 3 additions and 4 deletions

View File

@ -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)