Requirements:
In order to build the application run the following command in your terminal:
cargo build --release
To run sarosa simply write:
cargo run
To see a list of options with cargo
cargo run -- --help
Sarosa comes with a set of predefined options:
Sarosa client.
Usage:
sarosa [--host <host> --port <port>]
sarosa --offline
sarosa (-h | --help)
sarosa --version
Options:
-h --help Show this screen.
--version Show version.
--offline Run a self-hosted offline server.
--port <port> Server port [default: 7777].
--host <host> Server Hostname [default: localhost].
If you encounter a bug, open an issue here and specify the output given by running:
cargo run -- --version