summaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
authorJules LaPlace <jules@okfoc.us>2015-04-13 12:02:10 -0400
committerJules LaPlace <jules@okfoc.us>2015-04-13 12:02:10 -0400
commit65c79336e84abc9b9bbcd6b3d1eb3a960c6ec014 (patch)
treecb20ad3469f2d2ebe26e77e3a52d8e0b672b1953 /Readme.md
parent7d0d1755340168fd938b6326c6cc6c170c02c37e (diff)
markdown
Diffstat (limited to 'Readme.md')
-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