summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Readme.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/Readme.md b/Readme.md
index e955693..5d7732a 100644
--- a/Readme.md
+++ b/Readme.md
@@ -13,3 +13,11 @@ Server will be running on http://lvh.me:1337/
Admin area available on http://lvh.me:1337/admin/
+To access the admin area, you need to set a username and password.
+To do that create a file called `.env` in the project directory with
+the following contents:
+
+```
+OK_USER=username
+OK_PASS=password
+```