aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.14
diff options
context:
space:
mode:
authorHorst31802015-12-14 01:08:03 +0100
committerHorst31802015-12-14 01:08:03 +0100
commita94aefa0bb7d08b4a78482f10cbbeb5e180e4e53 (patch)
tree4e1e2baee3476e653ff9e1d09dbb40aa0eb3b529 /common/gtk-3.0/3.14
parent8f53d145fa193e4e5204e8949d3f7cd873e24b64 (diff)
downloadsolarc-theme-a94aefa0bb7d08b4a78482f10cbbeb5e180e4e53.tar.gz
solarc-theme-a94aefa0bb7d08b4a78482f10cbbeb5e180e4e53.tar.xz
solarc-theme-a94aefa0bb7d08b4a78482f10cbbeb5e180e4e53.zip
improve readmes
Diffstat (limited to 'common/gtk-3.0/3.14')
-rw-r--r--common/gtk-3.0/3.14/README.md12
1 files changed, 4 insertions, 8 deletions
diff --git a/common/gtk-3.0/3.14/README.md b/common/gtk-3.0/3.14/README.md
index af100ea..4a159a5 100644
--- a/common/gtk-3.0/3.14/README.md
+++ b/common/gtk-3.0/3.14/README.md
@@ -4,19 +4,15 @@ This theme uses libsass/gulp to process the sass/*.scss. Never edit any of the .
* Install `nvm` (https://github.com/creationix/nvm)
-* Install `gulp`
+* Run `nvm i` from the directory containing `.nvmrc`
- npm i -g gulp
+* Run `npm i` from the directory containing `gulpfile.js`. It's the same directory as the one that contains `.nvmrc` in this case.
-* Execute the following from the directory containing `gulpfile.js`
-
- npm i
+* Install `gulp` with `npm i -g gulp`
* Edit the sass/*.scss files
-* Regenerate the .css files by executing from the directory containing `gulpfile.js`
-
- gulp
+* Regenerate the .css files by executing `gulp` from the directory that contains `gulpfile.js`
--