Install Jot
Linux
Binary
Download the latest client binary from the releases page and put it somewhere in your PATH. For example:
curl https://source.treadful.dev/treadful/jot/releases/download/v0.3.8/jot-client-0.3.8-x86_64-linux \
-o $HOME/.local/bin/jot
Cargo
If you'd like cargo to compile from source and manage updates, you can use the main registry:
echo -e '\n[registries.treadful]\nindex = "sparse+https://source.treadful.dev/api/packages/treadful/cargo/"\n' >> ~/.cargo/config.toml
cargo install jot-client --registry treadful
To update, you can just run install again.