From 9d0e47c2a8e10318984196eecd74e4aea64ab235 Mon Sep 17 00:00:00 2001 From: wish Date: Sun, 11 Dec 2022 22:44:08 +1100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a157aabe3..1b7ee3ac4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - [Go](https://go.dev/dl/) - [PostgreSQL](https://www.postgresql.org/download/) ### Installation -1. Bring up a fresh database by using the [backup file attached with the latest release](https://github.com/ZeruLight/Erupe/releases/latest/download/Erupe.sql). +1. Bring up a fresh database by using the [backup file attached with the latest release](https://github.com/ZeruLight/Erupe/releases/latest/download/SCHEMA.sql). 2. Run each script under [patch-schema](./patch-schema) as they introduce newer schema. 3. Edit [config.json](./config.json) such that the database password matches your PostgreSQL setup. 4. Run `go build` or `go run .` to compile Erupe.