From 16738d322bbcc0c7be7663c653f6df75c6dd196c Mon Sep 17 00:00:00 2001 From: biglyderv Date: Wed, 9 Apr 2025 12:17:40 -0400 Subject: [PATCH] add guide --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ab3008..2462e5e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ # Elemental to Web *The bundled client is a demo and may not always be updated. Other clients will have better support for features and interface elements.* -This is a simple web proxy that manages users for [Elemental on Command Line](https://git.dervland.net/elemental/elemental-on-terminal). \ No newline at end of file +This is a simple web proxy that manages users for [Elemental on Command Line](https://git.dervland.net/elemental/elemental-on-terminal). + +## Hosting +This requires a directory ``bin`` containing a compiled executable from [Elemental on Command Line](https://git.dervland.net/elemental/elemental-on-terminal/releases). + +There should also be a directory ``bin/elem_data`` with ``inv_base.txt`` from the tarball. + +Now run the server: +``` +npm i +node index.js +``` \ No newline at end of file