README.md in sunzi-rails-0.1.0 vs README.md in sunzi-rails-0.2.0
- old
+ new
@@ -34,10 +34,10 @@
It generates a `config/sunzi` folder along with subdirectories and templates. Inside `sunzi`, there are `sunzi.yml` and `install.sh`. Those two are the most important files that you mainly work on.
Go into your `config/deploy.rb` and make sure to have these set:
```ruby
-set :ruby_version, IO.read("#{File.dirname(__FILE__)}/../../.ruby-version").strip
+set :ruby_version, IO.read("#{File.dirname(__FILE__)}/../.ruby-version").strip
set :admin_name, 'admin'
set :deployer_name, 'deployer'
```
Go into your `config/deploy/[stage].rb` and make sure to have these set: