From 8a8a25bad2ee20d312b110374f5d2ce44a1a943c Mon Sep 17 00:00:00 2001 From: ari melody Date: Fri, 19 Jan 2024 03:31:51 +0000 Subject: [PATCH] updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 76ceb36..63fe834 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ jokes aside- while i do absolutely see how an open, self-moderated text buffer i - `npm ci` to install dependencies - `npm run start`, and you should be good to do! +alternatively, you can `git clone` this repo and `docker build` a container if you like. we do not yet have official openterminal images on a public repo, sorry! + OpenTerminal also makes use of environment variables for server hosts who want a bit more control of their setup: - `OPENTERM_HOST` - the address to bind OpenTerminal's http and websocket server. (default 0.0.0.0)