aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-05-22 16:26:40 +0200
committerAlex Legler <alex@a3li.li>2015-05-22 16:26:40 +0200
commit94d25e4aef3cc938c1bc4a5f9106729bfa2a3a71 (patch)
tree426658f301b2ca8d57ea4f28171498709a4c2a89
parentREADME: Prefer global grunt-cli installation (diff)
downloadtyrian-theme-94d25e4aef3cc938c1bc4a5f9106729bfa2a3a71.tar.gz
tyrian-theme-94d25e4aef3cc938c1bc4a5f9106729bfa2a3a71.tar.bz2
tyrian-theme-94d25e4aef3cc938c1bc4a5f9106729bfa2a3a71.zip
Reword where to run npm install
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index bc21e93..88157d6 100644
--- a/README.md
+++ b/README.md
@@ -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`