Skip to content

Commit 7b06de3

Browse files
README: Improve docker compose pull documentation
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent f3f6681 commit 7b06de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Right now we officially support the Raspberry Pi 3 and 4, but the system should
9797
Docker based development environment is available for via the [`core/compose/compose.yml`](core/compose/compose.yml) docker compose file. This will start a development environment with all the required services as well as mount all of the needed directories in this repository for development.
9898

9999
```bash
100-
docker compose pull # Ensure that docker is up-to-date
100+
cd core/compose/ && docker compose pull && cd - # Ensure that docker is up-to-date
101101
docker compose -f core/compose/compose.yml up
102102
```
103103

0 commit comments

Comments
 (0)