Update README
This commit is contained in:
parent
123cc5d3a4
commit
5a502b2b1b
1 changed files with 11 additions and 2 deletions
13
README.md
13
README.md
|
@ -7,8 +7,17 @@ npm i
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
## Build requirements
|
|
||||||
|
|
||||||
Currently tested with:
|
Currently tested with:
|
||||||
* Go 1.15.2
|
* Go 1.15.2
|
||||||
* MacOS Cataline (10.15.6)
|
* MacOS Cataline (10.15.6)
|
||||||
|
|
||||||
|
## Running and testing
|
||||||
|
|
||||||
|
To start the server:
|
||||||
|
```
|
||||||
|
./bin/octoserver
|
||||||
|
```
|
||||||
|
|
||||||
|
Server settings are in config.json.
|
||||||
|
|
||||||
|
Open a browser to [http://localhost:8000](http://localhost:8000) to start.
|
||||||
|
|
Loading…
Reference in a new issue