diff options
author | Daniel Helfand <helfand.4@gmail.com> | 2022-01-25 22:34:03 -0600 |
---|---|---|
committer | Daniel Helfand <helfand.4@gmail.com> | 2022-01-25 22:36:35 -0600 |
commit | 9073b56a3d59b2b77e8fbe2277e039f612281e64 (patch) | |
tree | e4342a2ec3ff749d46ae2080bd69203991b844ee /build_osx.md | |
parent | 9f8c0975eda7fe3acd91992f8285b68b731929e0 (diff) | |
download | podman-9073b56a3d59b2b77e8fbe2277e039f612281e64.tar.gz podman-9073b56a3d59b2b77e8fbe2277e039f612281e64.tar.bz2 podman-9073b56a3d59b2b77e8fbe2277e039f612281e64.zip |
change location of where make outputs podman binary on osx
Signed-off-by: Daniel Helfand <helfand.4@gmail.com>
Diffstat (limited to 'build_osx.md')
-rw-r--r-- | build_osx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_osx.md b/build_osx.md index 631fcf9c3..8b2341cbb 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/ |