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

selene is written in Rust, and the recommended installation method is through the Cargo package manager.

To use Cargo, you must first install Rust. rustup.rs is a tool that makes this very easy.

Once you have Rust installed, use either command:

If you want the most stable version of selene

cargo install selene

If you want the most up to date version of selene

cargo install --branch main --git https://github.com/Kampfkarren/selene selene

Disabling Roblox features

selene is built with Roblox specific lints by default. If you don't want these, then pass --no-default-features to the cargo install command.