Skip to content

Commit 4b29d4e

Browse files
committed
Remove Windows-specific comments about gem install bundler
Now that we are recommending all attendees run `gem install bundler` we keep the volume of text a little smaller. Also remove somewhat odd reference to `production.rb`.
1 parent 2f90513 commit 4b29d4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/en/installfest/deploy_a_rails_app.step

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ gem install bundler
9191
bundle install --without production
9292
BASH
9393

94-
message "Again, wait for the console prompt, and look for the 'Bundle complete!' message just above. If you are on Windows and you get the message 'The system cannot find the path specified.', then you need to first install Bundler. You can do this by typing `gem install bundler`. Once this finishes, then redo the `bundle install --without production` command. If this fails, get a volunteer to help you edit `config/environments/production.rb` "
94+
message "Again, wait for the console prompt, and look for the 'Bundle complete!' message just above."
9595
end
9696

9797
step "Set the root route" do

0 commit comments

Comments
 (0)