From 3eed9662402e3cfcf00c88a453fa8789371c0a46 Mon Sep 17 00:00:00 2001 From: Sean Marcel Esteva Date: Tue, 10 Jul 2018 21:11:10 -0700 Subject: [PATCH] Update README.md compacting the installation process instructions a tiny bit to accelerate user setup and clarify the global nature of the new additions. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b400e5c07..ae1bcf77a 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,10 @@ the web, and [npm][] package manager for node. npm is used to manage the node modules required for building this site. bower is used to manage the front end packages that the site will depend on. -Both grunt and bower can be installed via npm once it is installed. +Both grunt and bower can be installed simultanously via npm once it is installed. ```bash -sudo npm install -g grunt-cli -sudo npm install -g bower +sudo npm install --global grunt-cli bower ``` To download the front end packages required for this site run the following