updated readme

This commit is contained in:
Martyn Inglis
2016-01-06 11:37:37 +00:00
parent 43a423b027
commit f92a46f419

View File

@@ -36,7 +36,8 @@ n is a tool for managing different versions of node. The following installs n an
Most of the frontend dependencies are managed using Git Submodules. Some are Most of the frontend dependencies are managed using Git Submodules. Some are
managed with NPM and Bower. To install or update *all the things*, run managed with NPM and Bower. To install or update *all the things*, run
```shell ```shell
git submodule init --update git submodule init
git submodule update
npm install npm install
``` ```