From 9541bc11232046e251c29621f47d0fdb0f61d82f Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Fri, 11 Feb 2022 20:27:47 -0800 Subject: [PATCH] Move discord link above the screenshot --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7784c91ff..2352034fc 100644 --- a/README.md +++ b/README.md @@ -20,14 +20,16 @@ Every single part is fully open source! Fork it, extend it, or deploy it to your We also have a free hosted version of Omnivore at [omnivore.app](https://omnivore.app/) -- try it now! -omnivore-readme-screenshot - ## Join us on Discord! We're building our community on Discord. [Join us!](https://discord.gg/nyqRrjujNe) Read more about Omnivore on our blog. + +omnivore-readme-screenshot + + ## How to setup local development The easiest way to get started with local development is to use `docker-compose up`. This will start a postgres container, our web frontend, and an API server.