]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Adjust wording of sudo instructions in install docs page to be cross-platform
authorGeoff Kimball <geoff@zurb.com>
Mon, 14 Mar 2016 18:04:34 +0000 (11:04 -0700)
committerGeoff Kimball <geoff@zurb.com>
Mon, 14 Mar 2016 18:04:34 +0000 (11:04 -0700)
docs/pages/installation.md

index c3a614ebd4c91f7f33306b452c02aba4a34d44d3..b1e122f64a5e53bc51b4f4be54c2befa22c0f0bf 100644 (file)
@@ -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.
   </head>
   <body>
     <h1>Hello, world!</h1>
-    
+
     <script src="js/vendor/jquery.min.js"></script>
     <script src="js/vendor/what-input.min.js"></script>
     <script src="js/foundation.min.js"></script>