Installation
Download
Download the latest release from the GitHub Releases page.
Manual Installation
- Download
rs-mahito.exefrom the releases page - Place it in a directory of your choice (e.g.,
C:\Tools\rs-mahito) - Add the directory to your system PATH (optional, for global access)
Adding to PATH
- Open System Properties → Advanced → Environment Variables
- Under "System variables", find and select "Path"
- Click "Edit" → "New"
- Add the path to your rs-mahito directory
- Click "OK" to save
Build from Source
If you prefer to build from source, you'll need Rust installed:
# Clone the repository
git clone https://github.com/your-username/rs-mahito.git
cd rs-mahito
# Build release binary
cargo build --release
# The binary will be at target/release/rs-mahito.exeVerify Installation
Open a terminal and run:
rs-mahito --versionYou should see the version number if the installation was successful.