Updated Moving to NPM and Grunt (markdown)

Paul Spencer
2013-07-18 08:10:44 -07:00
parent 86550bfd7c
commit c4d7f002bc
+5 -3
@@ -11,9 +11,9 @@ The actual development tasks will be run via [Grunt](gruntjs.com). Grunt requir
## Installation
### From Source
`git clone https://github.com/openlayers/ol3.git`
`cd ol3`
`npm install`
`git clone https://github.com/openlayers/ol3.git
cd ol3
npm install`
### From NPM
@@ -73,6 +73,8 @@ Both `npm install` and `npm install ol3` will process the `package.json` depende
* test - what Tim did!
* integration-test - does this make sense if the examples are no longer _built_?
* build - grunt build
* doc - grunt doc