Quickstart
This guide will help you get started with snaptui.
Download
You can download the latest release of snaptui from the GitHub Releases page.
Build from Source
To build snaptui from source, you need to have Rust installed.
-
Clone the repository:
git clone https://github.com/open-sori/snaptui.git
cd snaptui -
Build the project in release mode:
cargo build --release
Usage
After building, you can run snaptui from the target/release directory:
./target/release/snaptui --host 127.0.0.1 --port 1780
Replace 127.0.0.1 and 1780 with your Mumble server's IP address and port.