diff options
author | KushBlazingJudah <59340248+KushBlazingJudah@users.noreply.github.com> | 2021-11-07 00:32:39 -0300 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | 972223c992ca5aa5e5d93cff3b2ee4e30182025b (patch) | |
tree | ff61695c734852aeafdc0e872cc6f47085a8e787 /README.md | |
parent | bc9051fd1a17e793647cf309c973a7feefebd98f (diff) |
restructuring part 5
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |