Skip to content

Commit

Permalink
fix: add the npm install instructions
Browse files Browse the repository at this point in the history
Mateu Aguiló Bosch committed Sep 6, 2018
1 parent 3fd9a2f commit 737b915
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .emdaer/docs/local-install.md
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@ curl -Lo contenta.tar.gz https://github.com/contentacms/contentajs/archive/maste
tar -xzf contenta.tar.gz
mv contenta-master YOUR_PROJECT_NAME
cd YOUR_PROJECT_NAME
npm install
git init && git add . && git ci -m 'feat: project initialization with Contenta JS'
```

3 changes: 2 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
-->

<!--
emdaerHash:245f97c9103513ad3bf8949467d885e8
emdaerHash:80c8315300ab5186215047df082ca38f
-->

<h1 id="installation-img-align-right-src-logo-svg-alt-contenta-logo-title-contenta-logo-width-100-">Installation <img align="right" src="./logo.svg" alt="Contenta logo" title="Contenta logo" width="100"></h1>
@@ -30,6 +30,7 @@ curl -Lo contenta.tar.gz https://github.com/contentacms/contentajs/archive/maste
tar -xzf contenta.tar.gz
mv contenta-master YOUR_PROJECT_NAME
cd YOUR_PROJECT_NAME
npm install
git init && git add . && git ci -m 'feat: project initialization with Contenta JS'
</code></pre>
<h3 id="configure">Configure</h3>

0 comments on commit 737b915

Please sign in to comment.