File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -66,14 +66,11 @@ for our scripting and styling needs, and we convert those files to `.js` and
66
66
67
67
To convert the Coffee and Sass into `.js` and `.css` files, you'll need to:
68
68
69
- 1. **Install [RVM][rvm]** or equivalent.
69
+ 1. **Install [RVM][rvm]** or equivalent.
70
70
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.
77
74
1. **Install [Bundler]** with `gem install bundler`.
78
75
1. **Install the rest of the dependencies** with `bundle install`.
79
76
1. **Use [Rake] to do everything else**, like rebuild a copy of everything that
You can’t perform that action at this time.
0 commit comments