From: Geoff Kimball Date: Mon, 14 Mar 2016 18:04:34 +0000 (-0700) Subject: Adjust wording of sudo instructions in install docs page to be cross-platform X-Git-Tag: v6.2.1~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d20d9c8dd2f51268146ba074166931be0db5995f;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Adjust wording of sudo instructions in install docs page to be cross-platform --- diff --git a/docs/pages/installation.md b/docs/pages/installation.md index c3a614ebd..b1e122f64 100644 --- a/docs/pages/installation.md +++ b/docs/pages/installation.md @@ -17,7 +17,7 @@ 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: +Depending on how your machine is configured, the command may fail with an `EACCESS` error. To get around this, run the command with `sudo` at the beginning: ```bash sudo npm install --global foundation-cli @@ -106,7 +106,7 @@ Start with this HTML template and adapt it to your needs.

Hello, world!

- +