~vpzom/lotide

hitide: Add example for BACKEND_HOST variable v1 APPLIED

Matthias Beyer: 1
 Add example for BACKEND_HOST variable

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~vpzom/lotide/patches/16111/mbox | git am -3
Learn more about email & git

[PATCH hitide] Add example for BACKEND_HOST variable Export this patch

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
---
 doc/INSTALL.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/INSTALL.md b/doc/INSTALL.md
index 12ecd16..88bc29e 100644
--- a/doc/INSTALL.md
+++ b/doc/INSTALL.md
@@ -2,7 +2,7 @@
Requirements: rustc & cargo, openssl, lotide

Set these environment variables:
 - BACKEND_HOST - URL path to lotide
 - 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`.
-- 
2.29.2