capistrano / rvm

MIT License
140 stars 47 forks source link

Add steps to disable RVM to `README.md` #78

Closed dadooda closed 2 years ago

dadooda commented 8 years ago

Some people would be willing to disable RVM per environment. I've added a few passages to make explanation more explicit.

lacco commented 8 years ago

+1 for adding some documentation here (or to add an explicit flag). To disable rvm, I needed to add the following two lines:

set :rvm_roles, []
set :rvm_map_bins, []