diff options
author | Alex Legler <alex@a3li.li> | 2015-05-22 16:23:14 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-05-22 16:23:14 +0200 |
commit | 565d0737b2b50a6352db8eeb2f10b8191cb68f88 (patch) | |
tree | e1a83c59cd3c0d97d6cf11f4af9d9781815ca884 | |
parent | Update Font-Awesome to 4.3.0 (diff) | |
download | tyrian-theme-565d0737b2b50a6352db8eeb2f10b8191cb68f88.tar.gz tyrian-theme-565d0737b2b50a6352db8eeb2f10b8191cb68f88.tar.bz2 tyrian-theme-565d0737b2b50a6352db8eeb2f10b8191cb68f88.zip |
README: Prefer global grunt-cli installation
-rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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` |