Improve local install instructions (work in progress)
This commit is contained in:
parent
498dd62da9
commit
0c568d2541
1 changed files with 7 additions and 0 deletions
|
@ -52,6 +52,13 @@ Assuming it was a success:
|
||||||
Otherwise, the dependencies that are missing will be listed. All
|
Otherwise, the dependencies that are missing will be listed. All
|
||||||
dependencies should be found before proceeding to the next step.
|
dependencies should be found before proceeding to the next step.
|
||||||
|
|
||||||
|
__3) Install packages__
|
||||||
|
|
||||||
|
At this step we're ready to install Ruby, and NodeJS packages:
|
||||||
|
|
||||||
|
$ npm install
|
||||||
|
$ bundle install --path=.bundle/
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<strong>Credits</strong>
|
<strong>Credits</strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue