1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Fix readme for new installation instructions

This commit is contained in:
Lee Hambley 2013-10-08 10:37:25 +02:00
parent 14153717a5
commit 8f436569fb

View file

@ -9,7 +9,7 @@
Add this line to your application's Gemfile:
``` ruby
gem 'capistrano', github: 'capistrano/capistrano', branch: 'v3'
gem 'capistrano', '~> 3.0.0'
```
And then execute:
@ -19,7 +19,7 @@ $ bundle --binstubs
```
Capify:
*make sure there's no "Capfile" or "capfile" present*
*make sure there's no "Capfile" or "capfile" present*
``` shell
$ cap install
```