aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index e4927cc..bc21e93 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,12 @@ Please use the assets located on the CDN for live websites.
See assets-cdn.txt for the URLs.
### Development
+
* `emerge net-libs/nodejs` to get node.js up and running
+* `sudo npm install -g grunt-cli` to get grunt(1)
* clone this repository (don't forget to `init` and `update` the git submodules)
* `cd sources/css/tyrian/`
-* run `npm install` and `npm install grunt-cli`
+* run `npm install`
* `cd ../../../`
-* run `npm install` and `npm install grunt-cli`
-* run grunt `./node_modules/grunt-cli/bin/grunt` \ No newline at end of file
+* run `npm install`
+* run `grunt`