pitluga / subcontractor

rvm aware process launcher for foreman
84 stars 24 forks source link

Update rvmrc usage instructions in README #19

Closed jtdowney closed 11 years ago

jtdowney commented 11 years ago

Per wayneeseguin/rvm#1729 the current method for using the local .rvmrc is rvm . do .... This allows the subcontractor syntax to look like:

another_app: subcontract --rvm . --chdir ../another_app --signal INT -- rails s -p 3001