mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Alter installation instructions
Recommend installing from Github while we continue to add new features
This commit is contained in:
parent
5f3a2b67ff
commit
ea8ec9abc7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
Add this line to your application's Gemfile:
|
||||
|
||||
``` ruby
|
||||
gem 'capistrano', '~> 3.0.0'
|
||||
gem 'capistrano', github: 'capistrano/capistrano', branch: 'v3'
|
||||
```
|
||||
|
||||
And then execute:
|
||||
|
|
Loading…
Reference in a new issue