Update bulma-start.html
bash command fix.
This commit is contained in:
parent
91c176e041
commit
df8c3bf31d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ breadcrumb:
|
|||
</p>
|
||||
</div>
|
||||
|
||||
{% highlight bash %} cd my-new-bulma-site npm install npm start {% endhighlight
|
||||
{% highlight bash %} cd my-new-bulma-site && npm install && npm start {% endhighlight
|
||||
%} For more, visit
|
||||
<a href="https://github.com/jgthms/bulma-start#get-your-feet-wet"
|
||||
>bulma-start README on Github.</a
|
||||
|
|
Loading…
Add table
Reference in a new issue