Skip to content
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

3, Navigate to "chrome://extensions", check "Developer Mode"

4, Click on "Load Unpacked Extension...", select the vrome/src directory.

5, Refresh all tabs to enable all Vrome features. (Tip: use "<C-r>" (Control + R) to refresh one tab, then try Vrome command "R" to refresh all.)