diff --git a/package.json b/package.json index 600b500..d8296bb 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "clean": "rm -rf content && mkdir content && mkdir content/patterns && hugo new patterns/pattern.md && hugo new _index.md", "build": "rm -rfv public/* && hugo", "setup": "hugo && git add public", - "host": "rm -rfv public/* && hugo && git add public/* && git push -f origin `git subtree split --prefix public master`:gh-pages" + "host": "hugo && git push -f origin `git subtree split --prefix public master`:gh-pages" }, "repository": { "type": "git", diff --git a/public/patterns/installation/index.html b/public/patterns/installation/index.html index 03ace9e..50de432 100644 --- a/public/patterns/installation/index.html +++ b/public/patterns/installation/index.html @@ -211,7 +211,7 @@

2. Install Node & NPM

-

It is entirely likely you already have Node and NPM installed on your system. If so, you can skip this step. Otherwise, refer to NPM’s own guide, which includes a video tutorial.

+

It is likely you already have Node and NPM installed on your system. If so, you can skip this step. Otherwise, refer to NPM’s own guide, which includes a video tutorial.

3. Getting the files