Skip to content

Commit

Permalink
docs: install.md points to the wrong directory (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsenatore authored and e0ipso committed Jan 24, 2019
1 parent 0653c6d commit 753d969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extracting it. In MacOS and Linux you can do:</p>
<pre><code>
curl -Lo contenta.tar.gz https://github.com/contentacms/contentajs/archive/master.tar.gz
tar -xzf contenta.tar.gz
mv contenta-master YOUR_PROJECT_NAME
mv contentajs-master YOUR_PROJECT_NAME
cd YOUR_PROJECT_NAME
npm install
git init && git add . && git ci -m 'feat: project initialization with Contenta JS'
Expand Down

0 comments on commit 753d969

Please sign in to comment.