summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Reeder <colin@vpzom.click>2020-07-19 18:55:12 -0600
committerColin Reeder <colin@vpzom.click>2020-07-19 18:55:12 -0600
commitff37f13ba8d0cccd8c06db9b52001cd6388e029e (patch)
tree2ef5c0bcf00265d19901587fb9f4948d7a812ae8
parente120d5b2cbcc05b055740cd419f4fff73301ec74 (diff)
Remove nightly requirement from doc
-rw-r--r--doc/INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/INSTALL.md b/doc/INSTALL.md
index a05d32f..12ecd16 100644
--- a/doc/INSTALL.md
+++ b/doc/INSTALL.md
@@ -1,8 +1,8 @@
# hitide installation
-Requirements: nightly rustc & cargo, openssl, lotide
+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` (note that this currently requires a nightly build of rust, hopefully should be resolved soonish). A `hitide` binary will appear in `./target/release`.
+To build hitide, run `cargo build --release`. A `hitide` binary will appear in `./target/release`.