From fe32acbe75021821109f29b64217362cfdc2270f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Maest=C3=A1?= Date: Mon, 15 Oct 2018 12:22:13 -0300 Subject: [PATCH] bulma-start better 'getting started' (#2147) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bulma-start best getting started Instructions are confused because `bulma-start` it's not an extension or component – it's a template. This way, using `npm` and copying files from `node_modules` is NOT intuitive. `git clone` gives a better understanding of how to get started. * bulma-start download zip * Removed git instructions --- docs/bulma-start.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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" %}