Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikTrefil committed May 9, 2024
1 parent 2369b05 commit fc85f13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ potřeba naklonovat repozitář mental-health-monitoring-platform včetně submo
což lze provést následujícím příkazem:

```sh
git clone recurse-submodules \
git clone --recurse-submodules \
https://github.com/PatrikTrefil/mental-health-monitoring-platform.git
```

Expand Down Expand Up @@ -90,8 +90,8 @@ první spuštění aplikace, vytvořte prvního uživatele dle návodu v sekci 6
spuštění aplikace ve vývojovém módu použijte následující příkaz:

```sh
docker compose file ./docker-compose.yml \
file ./docker-compose.dev.yml \
docker compose --file ./docker-compose.yml \
--file ./docker-compose.dev.yml \
up
```

Expand Down

0 comments on commit fc85f13

Please sign in to comment.