Skip to content
This repository has been archived by the owner on Jun 18, 2019. It is now read-only.

Commit

Permalink
Fixing readme.
Browse files Browse the repository at this point in the history
I don't like that this is needed and will probably change the packages tonight.
  • Loading branch information
coderanger committed Jan 2, 2014
1 parent ebbace2 commit 4a729a3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ to your `$PATH` for commands and init scripts.
```ruby
gem_package 'bundler' do
gem_binary '/opt/ruby-210/bin/gem'
options '--bindir /opt/ruby-210/bin'
end

execute 'bundle install' do
execute '/opt/ruby-210/bin/bundle install' do
cwd '/srv/myapp'
environment 'PATH' => "/opt/ruby-210/bin:#{ENV['PATH']}"
end
Expand Down Expand Up @@ -75,3 +76,4 @@ $ apt-key adv --keyserver hkp://pgp.mit.edu --recv 594F6D7656399B5C
$ sudo apt-get update
$ sudo apt-get install ruby-210
```

0 comments on commit 4a729a3

Please sign in to comment.