diff --git a/docs/contributing/dev-setup.md b/docs/contributing/dev-setup.md index ff1b6f1..8a61dfe 100644 --- a/docs/contributing/dev-setup.md +++ b/docs/contributing/dev-setup.md @@ -26,7 +26,7 @@ The easiest & safest way to develop & test TLJH is with [Docker](https://www.doc --publish 12000:80 \ --env TLJH_BOOTSTRAP_DEV=yes \ --env TLJH_BOOTSTRAP_PIP_SPEC=/srv/src \ - --env PATH=/opt/tljh/hub/bin:${PATH} \ + --env "PATH=/opt/tljh/hub/bin:${PATH}" \ --mount type=bind,source="$(pwd)",target=/srv/src \ tljh-systemd ```