We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6514775 commit f63a314Copy full SHA for f63a314
docs/how-to/compose-quickstart.md
@@ -34,12 +34,11 @@ export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
34
35
## Windows
36
37
-- PowerShell: wsl --install -d Ubuntu
+- PowerShell: `wsl --install -d Ubuntu`
38
- Open Ubuntu terminal and follow [](linux-installation)
39
40
## Mac OS
41
42
-- brew install podman
43
-- brew install docker-compose
44
-- Follow 'Podman Integration with Docker Compose'
45
-- Add an X11 server like XQuartz
+- Follow this gist <https://gist.github.com/kaaquist/dab64aeb52a815b935b11c86202761a3>
+- Install an X11 server like XQuartz
+
0 commit comments