capo 0.9.0 → 0.9.1
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.md +1 -1
- data/bin/capo +1 -1
- data/lib/capo/recipes.rb +1 -0
- data/lib/capo/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -22,7 +22,7 @@ Or install it yourself as:
|
|
22
22
|
|
23
23
|
Run `capo begin` to set up capistrano in your project. It will create a `Capfile` and `config/deploy.rb` in the folder where you run the command.
|
24
24
|
|
25
|
-
Run `capo list` to get a list of aailable recipes. Install recipes with `capo
|
25
|
+
Run `capo list` to get a list of aailable recipes. Install recipes with `capo add a_recipe`. You can also install multiple recipes at once by running `capo add recipe_1 recipe_2 recipe_3`.
|
26
26
|
|
27
27
|
You can get a list of installed recipes with `capo added`.
|
28
28
|
|
data/bin/capo
CHANGED
data/lib/capo/recipes.rb
CHANGED
data/lib/capo/version.rb
CHANGED