Skip to content

v0.0.28

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 20:05
· 58 commits to main since this release
f5c6f71

Changelog

  • f819e9a Add Quarto support
  • d894c28 Add quarto to preflight checks
  • 58f46d2 Change prompt flow order to work no bundled and add to install commands
  • b79b17a Fix language used
  • 908b221 Fix permissions and ensure quarto and the version folder are created
  • a45c6cd Merge branch 'main' into add-quarto-support
  • f5c6f71 Merge pull request #165 from sol-eng/add-quarto-support

Installation Instructions

Linux

sudo wget https://github.com/sol-eng/wbi/releases/download/v0.0.28/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.28/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