From 88a198024dc3e3a8157fdbb4c303227ef2a32628 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 28 Feb 2022 10:03:38 -0800 Subject: [PATCH] Add extra space so code block is rendered correctly --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0bae472a8..7121df749 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ git clone https://github.com/omnivore-app/omnivore cd omnivore docker-compose up ``` + This will start postgres, initialize the database, and start the web and api services. ### 2. Open the browser