-
-
Notifications
You must be signed in to change notification settings - Fork 102
Manual Install
hbt edited this page Jun 25, 2012
·
2 revisions
1, Check out the latest source code from github: https://github.com/jinzhu/vrome.
"master" branch is used for stable release and hotfix, "develop" branch is used for development.
$ git clone git://github.com/jinzhu/vrome.git
2, Make sure you have ruby and bundler installed. (refer to http://www.ruby-lang.org/en/downloads/, http://gembundler.com)
$ bundle install
$ rake