Install
Download the binary for your OS and architecture from the latest release. Extract the compressed package and move it an executable PATH.
# example: for linux amd64
wget https://github.com/scriptnull/waymond/releases/latest/download/waymond_Linux_x86_64.tar.gz
tar -xf waymond_Linux_x86_64.tar.gz
mv waymond /usr/bin/waymond
Run
The only way to run waymond right now is
waymond -config waymond.toml
But the project is looking to improve the CLI experience. So, please take a look here if you would like to contribute.