aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-05-22 16:23:14 +0200
committerAlex Legler <alex@a3li.li>2015-05-22 16:23:14 +0200
commit565d0737b2b50a6352db8eeb2f10b8191cb68f88 (patch)
treee1a83c59cd3c0d97d6cf11f4af9d9781815ca884
parentUpdate Font-Awesome to 4.3.0 (diff)
downloadtyrian-theme-565d0737b2b50a6352db8eeb2f10b8191cb68f88.tar.gz
tyrian-theme-565d0737b2b50a6352db8eeb2f10b8191cb68f88.tar.bz2
tyrian-theme-565d0737b2b50a6352db8eeb2f10b8191cb68f88.zip
README: Prefer global grunt-cli installation
-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`