Skip to content

Installation

Prerequisites

Before installing ReluxScript, ensure you have:

Install from crates.io

The easiest way to install ReluxScript is from crates.io:

bash
cargo install reluxscript

This installs the relux CLI tool globally.

Verify Installation

Check that ReluxScript is installed correctly:

bash
relux --version

You should see output like:

relux 0.1.0

Get Help

View available commands:

bash
relux --help

Next Steps

Now that ReluxScript is installed:

  1. Create your first plugin
  2. Learn core concepts
  3. Explore examples

Released under the MIT License.