attempting to fix formatting again
This commit is contained in:
parent
3130427c22
commit
0773c8377d
|
@ -46,15 +46,21 @@ Running Locally
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
* Install libraries using poetry:
|
* Install libraries using poetry:
|
||||||
|
|
||||||
.. code:: console
|
.. code:: console
|
||||||
|
|
||||||
$ poetry install
|
$ poetry install
|
||||||
|
|
||||||
* Setup the database - currently requires mysql:
|
* Setup the database - currently requires mysql:
|
||||||
|
|
||||||
.. code:: console
|
.. code:: console
|
||||||
|
|
||||||
$ ./bin/recreate_db
|
$ ./bin/recreate_db
|
||||||
|
|
||||||
* Run the server:
|
* Run the server:
|
||||||
|
|
||||||
.. code:: console
|
.. code:: console
|
||||||
|
|
||||||
$ ./bin/run_server_locally
|
$ ./bin/run_server_locally
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue