Download & Setup
Download
- Go to the downloads section.
- Download the binary for your operating system and architecture. E.g., if
you're using Linux on an
x64
architecture, download the Linux x64 binary.
Alternatively, you can download the source code and compile the binary.
Setup
- Rename the downloaded file to
nebulant
. - Add execute permissions to the binary. E.g., On Linux and Mac:
chmod u+x nebulant
. - Put the binary somewhere on your
PATH
. E.g., On Linux and Mac:mv nebulant /usr/local/bin/nebulant
.