Install
Bob is a single binary and requires to be in your $PATH
. Depending on your system run the following commands:
- Linux
- MacOS
- Windows
wget https://github.com/benchkram/bob/releases/download/0.4.0/bob_0.4.0_linux_amd64
chmod +x bob_0.4.0_linux_amd64
cp bob_0.4.0_linux_amd64 /usr/local/bin/bob
wget https://github.com/benchkram/bob/releases/download/0.4.0/bob_0.4.0_darwin_amd64
chmod +x bob_0.4.0_darwin_amd64
Technically it is possible to support Windows but we do not take any efforts to make it Windows compatible right now.
Verify the installation
To confirm that everything went fine, just run:
bob --version
You should get a message about current bob version. To start your journey with bob continue to Quick Start.
Autocompletion
For bash
add this to .bashrc
:
source <(bob completion)
For zsh
add this to .zshrc
:
source <(bob completion -z)
compdef _bob bob