From ff37f13ba8d0cccd8c06db9b52001cd6388e029e Mon Sep 17 00:00:00 2001 From: Colin Reeder Date: Sun, 19 Jul 2020 18:55:12 -0600 Subject: Remove nightly requirement from doc --- doc/INSTALL.md | 4 ++-- 1 file 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`. -- cgit v1.2.3