Add install command support
damon-kwok opened this issue · 2 comments
damon-kwok commented
It is similar to cargo's install command
- install Install a Pony binary. Default location is $HOME/.corral/bin
- uninstall Uninstall a Pony binary
cargo install ripgrep
corral install jylis
corral install pony-tags
SeanTAllen commented
Starting from a very simple place, how would corral find things to install?
Why would we make a dependency and build tool become a tool for installing applications?
SeanTAllen commented
Closing as this is out of scope for corral at this time. We have ponyup for installing applications.