Skip to content

Commit 765407b

Browse files
author
Matheus
committed
Change format of new commands
1 parent b2300b5 commit 765407b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@ To run the migrations:
2727
To execute the tests:
2828

2929
```
30-
sudo docker-compose build --build-arg INSTALL_DEV=true && sudo docker-compose run --rm backend pytest
30+
sudo docker-compose build --build-arg INSTALL_DEV=true && \
31+
sudo docker-compose run --rm backend pytest
3132
```
3233

3334
To run code style verification:
3435

3536
```
36-
sudo docker-compose build --build-arg INSTALL_DEV=true && sudo docker-compose run --rm backend flake8
37+
sudo docker-compose build --build-arg INSTALL_DEV=true && \
38+
sudo docker-compose run --rm backend flake8
3739
```
3840

3941
And if you need to install new dependencies you can run:

0 commit comments

Comments
 (0)