macOS
Upgrading BassBoom on macOS
The only way to upgrade BassBoom in macOS is to unpack the updated files manually. This method also works for bleeding-edge builds, though you have to use unzip instead. To upgrade, follow these steps:
Download the latest release ZIP file from this page.
Unpack the ZIP archive to any folder of your choice
Open your favorite terminal emulator, like iTerm2, and change the working directory to a folder containing the BassBoom executable
Execute
dotnet BassBoom.Cli.dll
to start the kernel
Last updated