From 969941e7ee40bb77c9d8f9899a8e22fedd9d0d25 Mon Sep 17 00:00:00 2001 From: tbogusze Date: Fri, 27 Mar 2020 22:13:03 +0100 Subject: [PATCH] fix install Ruby link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73894e04..d10b9532 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ To use our build system and run our documentation locally, you'll need a copy of 1. [Install Node.js](https://nodejs.org/download/), which we use to manage our dependencies. 2. Navigate to the root `/tabler` directory and run `npm install` to install our local dependencies listed in `package.json`. -3. [Install Ruby](https://ruby-lang.org/en/documentation/installation/) - the recommended version is [2.5.5](https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.5.tar.gz). +3. [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) - the recommended version is [2.5.5](https://cache.ruby-lang.org/pub/ruby/2.5/ruby-2.5.5.tar.gz). 4. [Install Bundler](https://bundler.io) with `gem install bundler` and finally run `bundle install`. It will install all Ruby dependencies, such as [Jekyll and plugins](https://jekyllrb.com). **Windows users**: -- GitLab