attempting to fix formatting

This commit is contained in:
jasquat 2022-07-22 10:56:04 -04:00
parent 0dbf729279
commit 3130427c22

View File

@ -46,16 +46,16 @@ Running Locally
---------------
* Install libraries using poetry:
.. code:: console
$ poetry install
.. code:: console
$ poetry install
* Setup the database - currently requires mysql:
.. code:: console
$ ./bin/recreate_db
.. code:: console
$ ./bin/recreate_db
* Run the server:
.. code:: console
$ ./bin/run_server_locally
.. code:: console
$ ./bin/run_server_locally
Requirements