From 0773c8377d7d35c2e0f249c07e3f67d48c0a68c5 Mon Sep 17 00:00:00 2001 From: jasquat Date: Fri, 22 Jul 2022 11:00:34 -0400 Subject: [PATCH] attempting to fix formatting again --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 3e31a79c..45ad1443 100644 --- a/README.rst +++ b/README.rst @@ -46,15 +46,21 @@ Running Locally --------------- * Install libraries using poetry: + .. code:: console + $ poetry install * Setup the database - currently requires mysql: + .. code:: console + $ ./bin/recreate_db * Run the server: + .. code:: console + $ ./bin/run_server_locally