summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Readme.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/Readme.md b/Readme.md
index b8f80c3..8f16e7f 100644
--- a/Readme.md
+++ b/Readme.md
@@ -7,11 +7,13 @@
* create a file `site/.env` with the following environment variables set:
- S3_KEY=...
- S3_SECRET=...
- S3_BUCKET=...
- OK_USER=...
- OK_PASS=...
+```
+S3_KEY=...
+S3_SECRET=...
+S3_BUCKET=...
+OK_USER=...
+OK_PASS=...
+```
* customize routes in site/index.js as needed
* run ./install.sh