Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
* `npm install` will install the dependencies defined in "package.json". Therefore, any modifications to the "package.json" should be made carefully.
  • Loading branch information
khfayzullaev committed Oct 8, 2015
1 parent 3776d08 commit f5fadc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Comments/contributions are welcome.
* `git reset --hard origin/master`
* `rm www/img/ionic.png www/css/style.css` files.
* `mv www/js/config.tmpl.js www/js/config.js`
* `npm install` to grab dependencies
* `npm install` to grab the dependencies defined in the *package.json*.
* run `gulp sass` to generate CSS from SCSS.
* run `bower install angular-inview`
* Get a MTA Bus Time Developer API key. Go [here](http://spreadsheets.google.com/viewform?hl=en&formkey=dG9kcGIxRFpSS0NhQWM4UjA0V0VkNGc6MQ#gid=0) to request one. You will receive the key within half an hour.
Expand Down

0 comments on commit f5fadc6

Please sign in to comment.