Skip to content

Commit

Permalink
Update instructions with gemset create
Browse files Browse the repository at this point in the history
  • Loading branch information
leshill committed Oct 22, 2010
1 parent 639f801 commit 0a1cadf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
Run the following commands to complete the setup of #{app_name.humanize}:
% rvm gemset create #{app_name}
% cd #{app_name}
% gem install bundler
% bundle install
Expand Down
1 change: 1 addition & 0 deletions cuke.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
Run the following commands to complete the setup of #{app_name.humanize}:
% rvm gemset create #{app_name}
% cd #{app_name}
% gem install bundler
% bundle install
Expand Down

0 comments on commit 0a1cadf

Please sign in to comment.