Skip to content
This repository was archived by the owner on Sep 15, 2020. It is now read-only.

Commit d6fc649

Browse files
committed
Update README.md.
1 parent 68b42f9 commit d6fc649

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@
99
* Install [Node.js](https://nodejs.org/)
1010
* Install grunt: `npm install -g grunt-cli`
1111
* 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/)
2013
* Run `gem install bundle` and then `bundle install`
2114
* 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

Comments
 (0)