From 5a502b2b1b995db9e77f8014176c9d3a4d480da9 Mon Sep 17 00:00:00 2001 From: Chen-I Lim Date: Thu, 8 Oct 2020 09:29:48 -0700 Subject: [PATCH] Update README --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 876fb7b36..baf8354d1 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,17 @@ npm i make ``` -## Build requirements - Currently tested with: * Go 1.15.2 * 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.