Commit de2f0c562cfea0186abdde208fbe290ebf51f300
1 parent
df942673b3
Add a note in README about bundle-list command.
Showing 1 changed file with 11 additions and 0 deletions Side-by-side Diff
README.mkd
... | ... | @@ -190,6 +190,17 @@ This is the same as running |
190 | 190 | That is, it installs the recorded plugins, and updates them to the latest |
191 | 191 | available versions. |
192 | 192 | |
193 | +## bundle-list | |
194 | + | |
195 | +Use this command to list out the currently recorded plugins. *Note* that the | |
196 | +plugins listed by this command are not necessarily installed. They are just the | |
197 | +ones that have be recorded, probably with the `bundle` command. | |
198 | + | |
199 | +If you have done any on-spot temporary installation of some plugins with | |
200 | +`bundle-install`, they will *not* be listed in the output of this command. | |
201 | +Record them with the `bundle` command for them to be listed in the output of | |
202 | +this command. | |
203 | + | |
193 | 204 | ## bundle-cleanup |
194 | 205 | |
195 | 206 | Used to clean up unused bundles. It takes no arguments. When this is run, it |