From c5db6bc66b243be3ab89164a6af8ba7f99eb1d00 Mon Sep 17 00:00:00 2001 From: Graham Lee Date: Tue, 14 Jun 2022 11:55:21 +0100 Subject: [PATCH] Update developer documentation #2712 --- dev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/README.md b/dev/README.md index 48c1c2b20..ab9becdf7 100644 --- a/dev/README.md +++ b/dev/README.md @@ -69,7 +69,7 @@ Give your user all the permissions to access the portal and make CRUD updates. ./dev/make_superuser.sh $YOUR_GOOGLE_EMAIL ``` -Note that **the user must be logged-in into the portal before you can issue this command**. +Note that **the user must be logged-in into the portal before you can issue this command**. To run it against a different instance/database, set `$GDH_DATABASE` to the appropriate connection string. **Windows users**