Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Using cargo install

Important

For this step ensure you have the Rust toolchain installed.

You can install the ralix CLI directly from the source if you have the repository cloned.

cargo install --path .

Or if you don’t even care about the repository (like I usually do) you can quickly install ralix using:

cargo install ralix

After installation, you can run the ralix command from anywhere in your terminal:

ralix --version

Running from source

If you have the source code, you can also run the CLI directly using cargo run:

cargo run -- --help

This will build and run the latest version of the code. All the arguments to the ralix CLI should be passed after --.