README.md (552B)
1 # Vbox: a wrapper for VBoxManage and other commands 2 This script aims to make manipulating Virtualbox machines on the command line more user-friendly. 3 4 ## Installation 5 ### macOS 6 Via Homebrew (`brew install thezeroalpha/formulae/vbox`), via the methods below. 7 8 ### Other 9 You have two options: 10 11 * Install using make: run `make install` in the root of this repository 12 * Install manually: download the repo, then copy the `vbox` script to a directory that's in your `PATH`, copy the manpage, and add the `vbox.zsh` file if you use Zsh and want completions.