aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFChannel <=>2021-01-28 22:58:51 -0800
committerFChannel <=>2021-01-28 22:58:51 -0800
commit68894a6c232c09eca42f1fbded450852417648aa (patch)
treed72079e111095f854baa00bfbdaf942e91c0d4f5 /README.md
parent14a9890dcea47776cd2fa328774cec7c2ad3dad0 (diff)
removed GPL v3.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8eb35ad..fb9b28b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ Setup:
Have golang installed a correct GOPATH
-Move config-init to config and change the values to reflect the instance
+Copy config-init to config and change the values to reflect the instance
Create the database, username, and password for psql that is used in config file
@@ -10,6 +10,6 @@ run
psql -U (user) -d (database) -f databaseschema.psql
-then start the client with
+then start the server with
go run . \ No newline at end of file