Skip to content

Commit a804b55

Browse files
authored
Update Ruby install instructions to be (more) version-proof
1 parent 936d929 commit a804b55

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,11 @@ for our scripting and styling needs, and we convert those files to `.js` and
6666
6767
To convert the Coffee and Sass into `.js` and `.css` files, you'll need to:
6868
69-
1. **Install [RVM][rvm]** or equivalent.
69+
1. **Install [RVM][rvm]** or equivalent.
7070
You might need to restart your shell to get the `rvm` command to be recognized.
71-
72-
1. **Install Ruby version 2.2.3.** Use the following command: `rvm install ruby-2.2.3`
73-
or the current version specified in the .ruby-version and Gemfile files.
74-
If it doesn't match, please [open a new issue][new issue] and let us know
75-
this README isn't up to date!
76-
71+
1. **Install Ruby.**
72+
Use the following command: ``rvm install `cat .ruby-version` `` or manually
73+
install the current version specified in our .ruby-version and Gemfile files.
7774
1. **Install [Bundler]** with `gem install bundler`.
7875
1. **Install the rest of the dependencies** with `bundle install`.
7976
1. **Use [Rake] to do everything else**, like rebuild a copy of everything that

0 commit comments

Comments
 (0)