diff --git a/docs/bulma-start.html b/docs/bulma-start.html index 9177b1f0..06007ead 100644 --- a/docs/bulma-start.html +++ b/docs/bulma-start.html @@ -30,11 +30,15 @@ breadcrumb: {% include elements/anchor.html name="Install" %} -{% highlight bash %}npm install bulma-start{% endhighlight %} +Download bulma-start (.zip), rename to your project's name (i.e. `my-new-bulma-site`) and: -
or
+{% highlight bash %} +cd my-new-bulma-site +npm install +npm start +{% endhighlight %} -{% highlight bash %}yarn add bulma-start{% endhighlight %} +For more, visit bulma-start README on Github. {% include elements/anchor.html name="What’s included" %}