1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

changed develop-instructions in README.md

This commit is contained in:
dpree 2011-03-03 23:26:05 +08:00 committed by Charles Lowell
parent 70a0d43045
commit b23c6e96fc

View file

@ -126,11 +126,11 @@ More documentation can be found on the [github wiki](https://github.com/cowboyd/
## DEVELOP
* git clone git://github.com/cowboyd/therubyracer.git
* cd therubyracer
* git submodule update --init
* bundle install
* rake compile
git clone git://github.com/cowboyd/therubyracer.git
cd therubyracer
git submodule update --init
bundle install
rake compile
## LICENSE: