Commit 5ea1d90872be58023ab7d0df6bafd7516786e1a3
1 parent
5e26a8e261
Add a note on <plugin-spec> to README.
Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff
README.mkd
... | ... | @@ -177,6 +177,10 @@ If you don't want it, the plugin will still stay installed, but won't be used. |
177 | 177 | No harm done, but you can run `bundle-cleanup` to clean up such stray plugins |
178 | 178 | that you don't use. Documentation for that command further down. |
179 | 179 | |
180 | +**Note** that the `<plugin-spec>` can be made of multiple number of arguments, | |
181 | +just like the `bundle` command can take multiple number of arguments to | |
182 | +correctly describe the plugin. | |
183 | + | |
180 | 184 | ## bundle-install! |
181 | 185 | |
182 | 186 | This is the same as running |