Installation
Prerequisites
Before installing ReluxScript, ensure you have:
- Rust (1.70 or later) - Install Rust
- Cargo (comes with Rust)
Install from crates.io
The easiest way to install ReluxScript is from crates.io:
bash
cargo install reluxscriptThis installs the relux CLI tool globally.
Verify Installation
Check that ReluxScript is installed correctly:
bash
relux --versionYou should see output like:
relux 0.1.0Get Help
View available commands:
bash
relux --helpNext Steps
Now that ReluxScript is installed:
