1
0
Fork 0
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:
seenmyfate 2013-09-02 12:18:10 +01:00
parent 5f3a2b67ff
commit ea8ec9abc7

View file

@ -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: