aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFChannel <>2022-04-23 12:44:38 -0700
committerFChannel <>2022-06-19 12:53:29 -0700
commit9718d34a757b66917747c1c4acfb9b35d154625b (patch)
treef1364b982ca9b10777d18bb15bd61ccc29fe1dbb /README.md
parent363952bfdbae19758e0241e438b95da65d084331 (diff)
added config package since WSJ config is ignored from .gitignore
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c573a30..1b6081e 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ and to fix errors reported by `go vet` and make your code better with
- Ensure you have Golang installed and set a correct `GOPATH`
- `git clone` the software
-- Copy `config-init` to `config` and change the values appropriately to reflect the instance.
+- Copy `config-init` to `config/config-init` and change the values appropriately to reflect the instance.
- Create the database, username, and password for psql that is used in the `config` file.
- Build the server with `make`
- Start the server with `./fchan`.