diff --git a/README.md b/README.md index 486c741..f0c3c94 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Version-controlling my Docker configs. Local copy of this repo is in `/short/too Typical usage (`sudo su` first obv): ``` -cd /short/tools/docker/compose/[whichever-image]/ +cd /short/tools/docker/compose +git pull +cd ./[whichever-image]/ docker compose up -d ```