This guide explains how to install wassette using Homebrew.
This uses the Formula in Formula/wassette.rb, which is setup to download and install the latest release of wassette from GitHub.
You must have Homebrew installed on your macOS or Linux system. If you don't, you can install it by following the instructions on the official Homebrew website.
You can install wassette with a single command:
brew tap microsoft/wassette https://github.com/microsoft/wassette
brew install wassetteThis command will automatically tap the microsoft/wassette repository and install the wassette formula.
To make sure everything worked, you can run:
wassette --versionTo upgrade wassette to the latest version, first update Homebrew's package list and then upgrade the wassette package.
brew update
brew upgrade wassette