]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
bulma-start better 'getting started' (#2147)
authorHugo Maestá <hmaesta@gmail.com>
Mon, 15 Oct 2018 15:22:13 +0000 (12:22 -0300)
committerJeremy Thomas <bbxdesign@gmail.com>
Mon, 15 Oct 2018 15:22:13 +0000 (16:22 +0100)
* 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

index 9177b1f0a868829bf40bc72e6e744e99abd26a6e..06007ead249409d00bd588fef40d3edf702477c9 100644 (file)
@@ -30,11 +30,15 @@ breadcrumb:
 
 {% include elements/anchor.html name="Install" %}
 
-{% highlight bash %}npm install bulma-start{% endhighlight %}
+<a href="https://github.com/jgthms/bulma-start/archive/master.zip" rel="nofollow noopener">Download bulma-start (.zip)</a>, rename to your project's name (i.e. `my-new-bulma-site`) and:
 
-<p class="block"><em>or</em></p>
+{% highlight bash %}
+cd my-new-bulma-site
+npm install
+npm start
+{% endhighlight %}
 
-{% highlight bash %}yarn add bulma-start{% endhighlight %}
+For more, visit <a href="https://github.com/jgthms/bulma-start#get-your-feet-wet">bulma-start README on Github.</a>
 
 {% include elements/anchor.html name="What’s included" %}