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)
@ -91,4 +90,4 @@ At the time of writing this guide, the output looked like this:
4.0.0
```
Awesome! We're all set up. If you're brand new to Embark, now would be a good time to take our [Quickstart](/docs/quick_start.html) in which you'll build your first application!
Awesome! We're all set up. If you're brand new to Embark, now would be a good time to take our [Quickstart](/docs/quick_start.html) in which you'll build your first application!