commit db6dbf5c39caa463094d8d076ed7900089c68fc7 parent 1e19eda9d3b91ad2b0f41b12437eefb7e3366494 Author: Alexander Cobleigh <cblgh@cblgh.org> Date: Wed, 12 Jan 2022 13:01:00 +0100 Update README.md Diffstat:
M | README.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -23,6 +23,6 @@ To launch a local instance of the forum, run those commands (linux): - `touch temp.txt` - `mkdir data` -- `go run run.go --authkey 0 --allowlist temp.txt` +- `go run run.go --authkey 0 --allowlist temp.txt --dev` -It should respond `Serving forum on :8272`. Just go on [http://localhost:8272](http://localhost:8272). +It should respond `Serving forum on :8277`. Just go on [http://localhost:8272](http://localhost:8272).