diff options
author | Alex Legler <alex@a3li.li> | 2015-05-22 16:26:40 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-05-22 16:26:40 +0200 |
commit | 94d25e4aef3cc938c1bc4a5f9106729bfa2a3a71 (patch) | |
tree | 426658f301b2ca8d57ea4f28171498709a4c2a89 | |
parent | README: Prefer global grunt-cli installation (diff) | |
download | tyrian-theme-94d25e4aef3cc938c1bc4a5f9106729bfa2a3a71.tar.gz tyrian-theme-94d25e4aef3cc938c1bc4a5f9106729bfa2a3a71.tar.bz2 tyrian-theme-94d25e4aef3cc938c1bc4a5f9106729bfa2a3a71.zip |
Reword where to run npm install
-rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -13,8 +13,5 @@ See assets-cdn.txt for the URLs. * `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` -* `cd ../../../` -* run `npm install` +* run `npm install` in the repository root as well as in `sources/css/{bootstrap,tyrian}` * run `grunt` |