logandk-capistrano-ec2group 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.markdown +7 -1
- metadata +1 -1
data/README.markdown
CHANGED
|
@@ -25,8 +25,14 @@ Installation
|
|
|
25
25
|
* Capistrano 2 gem
|
|
26
26
|
* RightAWS gem
|
|
27
27
|
|
|
28
|
-
You can install it with RubyGems
|
|
28
|
+
You can install it with RubyGems, through RubyForge or GitHub.
|
|
29
29
|
|
|
30
|
+
RubyForge
|
|
31
|
+
---------
|
|
32
|
+
$ gem install capistrano-ec2group
|
|
33
|
+
|
|
34
|
+
GitHub
|
|
35
|
+
------
|
|
30
36
|
$ gem sources -a http://gems.github.com (you only have to do this once)
|
|
31
37
|
$ gem install logandk-capistrano-ec2group
|
|
32
38
|
|