aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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