From 9073b56a3d59b2b77e8fbe2277e039f612281e64 Mon Sep 17 00:00:00 2001 From: Daniel Helfand Date: Tue, 25 Jan 2022 22:34:03 -0600 Subject: [PATCH] change location of where make outputs podman binary on osx Signed-off-by: Daniel Helfand --- build_osx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_osx.md b/build_osx.md index 631fcf9c36..8b2341cbb7 100644 --- a/build_osx.md +++ b/build_osx.md @@ -28,7 +28,7 @@ can now be built. ``` $ cd go/src/github.com/containers/podman $ make podman-remote-darwin -$ mv bin/podman-remote-darwin bin/podman +$ mv bin/darwin/podman bin/podman ``` The binary will be located in bin/