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