]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Removed Ruby references in README 9301/head
authorColin Marshall <colin.michael.marshall@gmail.com>
Wed, 9 Nov 2016 18:26:58 +0000 (11:26 -0700)
committerColin Marshall <colin.michael.marshall@gmail.com>
Wed, 9 Nov 2016 18:26:58 +0000 (11:26 -0700)
README.md

index 38ef57d0a8fd1a8f15548559ba3e7d6d073dd296..7f0c35eb0a1e612c3d6bfc38256b814c61eb84ef 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,14 +14,13 @@ Lastly, if you're rolling your own setup, you can install Foundation through a v
 
 ## Documentation
 
-The documentation can be found at <https://foundation.zurb.com/sites/docs>. To run the documentation locally on your machine, you need [Node.js](https://nodejs.org/en/) and [Ruby](https://www.ruby-lang.org/en/) installed on your computer. (Your Node.js version must be **4.0** or higher.)
+The documentation can be found at <https://foundation.zurb.com/sites/docs>. To run the documentation locally on your machine, you need [Node.js](https://nodejs.org/en/) installed on your computer. (Your Node.js version must be **4.0** or higher.)
 
 Run these commands to set up the documentation:
 
 ```bash
 git clone https://github.com/zurb/foundation-sites
 cd foundation-sites
-gem install scss-lint
 npm install
 ```