summaryrefslogtreecommitdiffstats
path: root/doc/INSTALL.md
blob: 12ecd167330ddc15df884caa2494de943f4d63df (plain)
1
2
3
4
5
6
7
8
# hitide installation
Requirements: rustc & cargo, openssl, lotide

Set these environment variables:
 - BACKEND_HOST - URL path to lotide
 - PORT (optional) - Port number to bind to. Defaults to 4333.

To build hitide, run `cargo build --release`. A `hitide` binary will appear in `./target/release`.