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

correct example to install gem

This commit is contained in:
seenmyfate 2013-03-22 16:34:31 +00:00
parent 9dd67c7fac
commit 4fed712ae4

View file

@ -39,7 +39,7 @@ TODO:
Add this line to your application's Gemfile:
gem 'capistrano' github: 'capistrano/capistrano', branch: :v3
gem 'capistrano', github: 'capistrano/capistrano', branch: :v3
And then execute: