From a94aefa0bb7d08b4a78482f10cbbeb5e180e4e53 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 14 Dec 2015 01:08:03 +0100 Subject: improve readmes --- common/gnome-shell/3.18/README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'common/gnome-shell/3.18/README.md') diff --git a/common/gnome-shell/3.18/README.md b/common/gnome-shell/3.18/README.md index b717ab9..9d62498 100644 --- a/common/gnome-shell/3.18/README.md +++ b/common/gnome-shell/3.18/README.md @@ -4,17 +4,13 @@ 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` -- cgit v1.2.3