Skip to content

Commit

Permalink
Added: rvm get master --auto-dotfiles
Browse files Browse the repository at this point in the history
This command helped me continue with the installation of veewee
  • Loading branch information
nitrocode committed Aug 19, 2015
1 parent 7b3885a commit 3a90070
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ Clone the veewee project from source:
Set the local gemset and ruby version within the current directory:

$ rvm use ruby@veewee --create

If the above command gives you any errors similar to "RVM is not a function", you may have to run:

$ rvm get master --auto-dotfiles

Run `bundle install` to install Gemfile dependencies for our local gemset:

Expand Down

0 comments on commit 3a90070

Please sign in to comment.