From 6af7c5891af9c68c6849d4892bfb74ff8dcc1dd9 Mon Sep 17 00:00:00 2001 From: Matt Bajor Date: Thu, 6 Sep 2018 15:57:47 -0700 Subject: [PATCH] Fixes #62: Put variables at the end of the make command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f89bc9..10d22ec 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ This will launch the various docker containers required for your Open edX platfo You will most certainly need to create a user to administer the platform. Just run: - USERNAME=yourusername EMAIL=user@email.com make create-staff-user + make create-staff-user USERNAME=yourusername EMAIL=user@email.com You will asked to set the user password interactively.