summaryrefslogtreecommitdiff
path: root/build_osx.md
diff options
context:
space:
mode:
authorDaniel Helfand <helfand.4@gmail.com>2022-01-25 22:34:03 -0600
committerDaniel Helfand <helfand.4@gmail.com>2022-01-25 22:36:35 -0600
commit9073b56a3d59b2b77e8fbe2277e039f612281e64 (patch)
treee4342a2ec3ff749d46ae2080bd69203991b844ee /build_osx.md
parent9f8c0975eda7fe3acd91992f8285b68b731929e0 (diff)
downloadpodman-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.md2
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/