summaryrefslogtreecommitdiffstats
path: root/doc/INSTALL.md
blob: 88bc29ef71d52dbc0ccabb6a4da90d456fe96d28 (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, for example `http://localhost:3333`.
 - 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`.