Skip to content

Commit

Permalink
docs(README): remove cd .. as it is misleading later
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Oct 13, 2013
1 parent b62a79a commit 3d430cb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,7 @@ Our backend application server is a NodeJS application that relies upon some 3rd
* Install local dependencies:
```
cd server
npm install
cd ..
npm install server
```
### Client App
Expand All @@ -65,9 +63,7 @@ Our client application is a straight HTML/Javascript application but our develop
* Install local dependencies:
```
cd client
npm install
cd ..
npm install client
```
## Building
Expand Down

0 comments on commit 3d430cb

Please sign in to comment.