From 972223c992ca5aa5e5d93cff3b2ee4e30182025b Mon Sep 17 00:00:00 2001 From: KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> Date: Sun, 7 Nov 2021 00:32:39 -0300 Subject: restructuring part 5 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index fd59ebe..23d02fc 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,8 @@ and to fix errors reported by `go vet`. - `git clone` the software - Copy `config-init` to `config` and change the values appropriately to reflect the instance. - Create the database, username, and password for psql that is used in the `config` file. -- Start the server with `go run .`. +- Build the server with `make` +- Start the server with `./fchan`. ### Server Configuration -- cgit v1.2.3