From dcb71993d77e9cf4c74f7e564b2638780fa58dcd Mon Sep 17 00:00:00 2001 From: Asara Date: Thu, 3 Oct 2019 23:36:54 -0400 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae8c585..6dbf687 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Install steps are for Debian 9 (stretch) ``` mkdir -p ${GOPATH}/src/git.minhas.io/asara cd ${GOPATH}/src/git.minhas.io/asara - git clone https://git.minhas.io/asara/sudoscientist + git clone https://git.minhas.io/asara/sudoscientist-go-backend # iterate through the environment files in the settings directory and set them appropriately # make sure the extension is .env (db.env, secrets.env, website.env... etc.) ```