add guide
This commit is contained in:
parent
642ec9f8e4
commit
16738d322b
1 changed files with 12 additions and 1 deletions
11
README.md
11
README.md
|
@ -2,3 +2,14 @@
|
||||||
*The bundled client is a demo and may not always be updated. Other clients will have better support for features and interface elements.*
|
*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).
|
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
|
||||||
|
```
|
Loading…
Reference in a new issue