Skip to content

Commit

Permalink
Fix installation steps in README (#169)
Browse files Browse the repository at this point in the history
* Fix readme to add lerna init

* Fix readme with working instructions
  • Loading branch information
rashmihunt authored and ritch committed Apr 19, 2017
1 parent 25ac5e1 commit 70a0bb1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Make sure you have the following installed:
Then:

```shell
npm i -S loopback-next (or wherever we publish)
cd node_modules/loopback-next
npm i -g lerna
lerna bootstrap
cd ../..
git clone https://github.com/strongloop/loopback-next.git
cd loopback-next
npm i
npm run bootstrap
npm test
# proceed to creating index.ts
```

Expand Down

0 comments on commit 70a0bb1

Please sign in to comment.