oh-my-fish/docs/cli/install.adoc
Stephen M. Coakley bfe88ad604
Refactor command execution and help
- Copy and improve help text, and convert it to AsciiDoc files
- Evaluate commands dynamically
2017-06-17 16:19:58 -05:00

19 lines
477 B
Plaintext

Install one or more packages.
== USAGE
omf install Install missing packages from bundle
omf install (<name> | <url>) Install package by name or URL
== DESCRIPTION
You can install packages directly by URL via omf install URL.
When called without arguments, install missing packages from bundle.
== EXAMPLES
omf install
omf install brew
omf install https://github.com/oh-my-fish/plugin-brew
== ALIASES
*omf i*, *omf in*, *omf get*