Skip to content

Commit

Permalink
📚 🐛 Fix an installation script, adding recursive submodule download
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Aug 8, 2019
1 parent 46f19c2 commit 10b0ac0
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,20 @@ Master | v0.x | Develop
# How to set up

```sh
git clone [email protected]:CoMiGo/ctjs.git ctjs
git clone --recurse-submodules -j8 [email protected]:CoMiGo/ctjs.git ctjs
cd ./ctjs
git submodule update --init --recursive
npm install gulp-cli -g
npm install
cd ./docs
npm install
cd ./../app
npm install
cd ./../
```

Or, if you already cloned a git repo but without submodules, run `git submodule update --init --recursive` first, then

```sh
npm install gulp-cli -g
npm install
cd ./docs
Expand Down

0 comments on commit 10b0ac0

Please sign in to comment.