Compare commits

...

2 commits

Author SHA1 Message Date
423791a373 Merge branch 'master' into cookie_auth 2019-10-03 23:37:31 -04:00
dcb71993d7 Update README 2019-10-03 23:36:54 -04:00

View file

@ -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.)
```