From 565d0737b2b50a6352db8eeb2f10b8191cb68f88 Mon Sep 17 00:00:00 2001 From: Alex Legler Date: Fri, 22 May 2015 16:23:14 +0200 Subject: README: Prefer global grunt-cli installation --- README.md | 8 +++++--- 1 file 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` -- cgit v1.2.3-65-gdbad