From 5a8e7a3f9a9131ef554277b13bb967e7d8358fa4 Mon Sep 17 00:00:00 2001 From: John Vedral Date: Wed, 24 Feb 2016 12:22:37 -0500 Subject: [PATCH] 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. --- docs/pages/installation.md | 6 ++++++ 1 file changed, 6 insertions(+) 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.

-- 2.47.3