From: John Vedral Date: Wed, 24 Feb 2016 17:22:37 +0000 (-0500) Subject: Added sudo note for command line install X-Git-Tag: v6.2.1~49^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8231%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Added sudo note for command line install Some distributions don't allow you to log in as root and since the npm foundation install is globally available on the system, sudo will be required. --- diff --git a/docs/pages/installation.md b/docs/pages/installation.md index 91fc12896..e5bce7259 100644 --- a/docs/pages/installation.md +++ b/docs/pages/installation.md @@ -17,6 +17,12 @@ Not a fan of GUIs? The Node-powered Foundation CLI can install the same template npm install --global foundation-cli ``` +Some Linux distributions may require you to run the command as root: + +```bash +sudo npm install --global foundation-cli +``` +

If you already have the Foundation 5 CLI on your machine, you will only be able to access one of the commands, depending on how your command line environment is configured.