You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,6 @@
9
9
* Install [Node.js](https://nodejs.org/)
10
10
* Install grunt: `npm install -g grunt-cli`
11
11
* Install the Node.js dependencies via npm: `cd mpc-hc.org` and then `npm install`
12
-
* Install Ruby and Ruby DevKit; make sure you select "Add Ruby to `PATH`", and then run:
13
-
14
-
```shell
15
-
cd C:\RubyDevKit
16
-
ruby dk.rb init
17
-
ruby dk.rb install
18
-
```
19
-
12
+
* Install [Ruby with DevKit](https://rubyinstaller.org/)
20
13
* Run `gem install bundle` and then `bundle install`
21
14
* Run `grunt build` to build the static site, `grunt` to build and watch for changes (`http://localhost:8000/`). Run `grunt --help` to see all the available tasks.
0 commit comments