Check the latest release for downloads.
- Open a terminal, e.g. PowerShell or CMD.
- Move to the location of your
kumono-*.exebinary. - Run it:
.\kumono-*.exe
For convenience, you can move the kumono-* binary to a PATH location. This will enable you to run it by just typing kumono in the terminal.
- Give the binary execution permission:
chmod +x kumono-* - Optional: Move the binary to a
PATHlocation:mv kumono-* /usr/local/bin/kumono