From 7f9f15d40040eb473775f49b4d8114ca5a8d0791 Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot Date: Wed, 6 Feb 2019 18:11:09 -0500 Subject: [PATCH] reformat readme --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fec6f16..d0a6874 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,12 @@ Includes a tag that pulls projects from Github and puts them in a carousel-like UI, as well as a post editor that handles markdown. To build: - docker-compose build - edit `.envrc` to include COUCHDB_USER and COUCHDB_PASSWORD - create `app/riotblog_local.cfg` and add these variables: - - SECRET_KEY (whatever you want) - - ADMIN_PASSWORD (whatever you want) - - COUCHDB_NAME (the name of the couchdb database) + +docker-compose build + +edit `.envrc` to include COUCHDB_USER and COUCHDB_PASSWORD + +create `app/riotblog_local.cfg` and add these variables +- SECRET_KEY (whatever you want) +- ADMIN_PASSWORD (whatever you want) +- COUCHDB_NAME (the name of the couchdb database)