Skip to content

v0.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 19:57
· 188 commits to main since this release
eb6b708

Changelog

  • 231baf9 Add additional command language
  • 31a0311 Add descriptive help messages for all flags
  • cf4d76f Add examples to all commands
  • eb6b708 Merge pull request #113 from sol-eng/add-command-usage-info
  • 12b7e5a Remove debug command
  • ee2c551 Remove unneeded mac code
  • 981cd2b Switch license name

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.4/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
sudo tar xzf /tmp/wbi.tar.gz wbi
sudo mv wbi /usr/local/bin/wbi
sudo chmod +x /usr/local/bin/wbi

Linux User

Assumes ~/bin is available in your PATH

wget https://github.com/sol-eng/wbi/releases/download/v0.0.4/wbi_Linux_x86_64.tar.gz -O /tmp/wbi.tar.gz
tar xzf /tmp/wbi.tar.gz wbi
mv wbi ~/bin/wbi
chmod +x ~/bin/wbi