Update readme spacing and sh comments

pull/43/head
Steve 2022-05-03 10:08:35 -06:00
rodzic 2cf23b0983
commit 33b331ddd8
1 zmienionych plików z 9 dodań i 6 usunięć

Wyświetl plik

@ -87,17 +87,20 @@ web ./manage.py runserver 0.0. ... Up 0.0.0.0:8000->8000/tcp
``` ```
### Build the backend Docker image ### Build the backend Docker image
```
```sh
make build make build
``` ```
### Bring the backend Docker container up ### Bring the backend Docker container up
```
```sh
make up make up
``` ```
### Stop the backend Docker container ### Stop the backend Docker container
```
```sh
make down make down
``` ```
@ -109,7 +112,7 @@ make test
### Run tests for a specific file ### Run tests for a specific file
``` ```sh
make test file=wagtail.admin.tests.test_name.py make test file=wagtail.admin.tests.test_name.py
``` ```
@ -145,13 +148,13 @@ make ssh-fe
### Make migrations to the wagtail bakery site ### Make migrations to the wagtail bakery site
``` ```sh
make migrations make migrations
``` ```
### Migrate the wagtail bakery site ### Migrate the wagtail bakery site
``` ```sh
make migrate make migrate
``` ```