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:
parent
14153717a5
commit
8f436569fb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue