diff options
author | FChannel <=> | 2021-01-28 22:58:51 -0800 |
---|---|---|
committer | FChannel <=> | 2021-01-28 22:58:51 -0800 |
commit | 68894a6c232c09eca42f1fbded450852417648aa (patch) | |
tree | d72079e111095f854baa00bfbdaf942e91c0d4f5 /README.md | |
parent | 14a9890dcea47776cd2fa328774cec7c2ad3dad0 (diff) |
removed GPL v3.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |