diff --git a/docs/prepare-your-dev-environment.md b/docs/prepare-your-dev-environment.md index 159acc7662a..f5b67a9e8cd 100644 --- a/docs/prepare-your-dev-environment.md +++ b/docs/prepare-your-dev-environment.md @@ -34,7 +34,7 @@ This document goes through the development dependencies one requires in order to If you're using podman-machine, you will need to export the socket, for example:: ```bash - export ARO_PODMAN_SOCKET=unix:///$HOME/.local/share/containers/podman/machine/qemu/podman.sock + export ARO_PODMAN_SOCKET=unix://$HOME/.local/share/containers/podman/machine/qemu/podman.sock ``` You will also need to ensure that podman machine has enough resources::