From 58140745b2cbc17cb68f7595ecec3688c44b785a Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 30 May 2016 22:18:08 +0200 Subject: [PATCH] typos and some update about minifying --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6776a27f20..d8de173afe 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,11 @@ * # install myrepos (mr) from https://myrepos.branchable.com/ or your distribution package manager * # add a line /path/to/egroupware/.mrconfig to your ~/.mrtrust, to allow running composer.phar and git clone -b 16.1 * mr up -* # enable further / non-default EGroupware apps be uncommenting them in .mrconfig and run mr up +* # enable further / non-default EGroupware apps by uncommenting them in .mrconfig and run mr up * # continue installation at http://localhost/egroupware/setup/ * # to get minified JavaScript and CSS you need to install nodejs and grunt, if you have not already done so * # install nodejs from your distribution package manager -* npm install -g grunt-cli # installs grunt globally -* npm install # installes required grunt modules into node_modules/ dir -* grunt # minify javascript and css, needs to run after every update! +* npm install -g grunt-cli # installs grunt command globally, if you have not already done so +* npm install # installs required npm/grunt modules into node_modules/ dir +* # run grunt manually after every update, or better uncomment grunt steps in .mrconfig +