From: Colin Marshall Date: Wed, 9 Nov 2016 18:26:58 +0000 (-0700) Subject: Removed Ruby references in README X-Git-Tag: v6.3-rc1~32^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9301%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Removed Ruby references in README --- diff --git a/README.md b/README.md index 38ef57d0a..7f0c35eb0 100644 --- 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 . 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 . 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 ```