summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-01-26 15:06:17 +0100
committerGitHub <noreply@github.com>2022-01-26 15:06:17 +0100
commit81763669a5c17df4f226a9072da38275c2aa50d9 (patch)
treee4342a2ec3ff749d46ae2080bd69203991b844ee
parent9f8c0975eda7fe3acd91992f8285b68b731929e0 (diff)
parent9073b56a3d59b2b77e8fbe2277e039f612281e64 (diff)
downloadpodman-81763669a5c17df4f226a9072da38275c2aa50d9.tar.gz
podman-81763669a5c17df4f226a9072da38275c2aa50d9.tar.bz2
podman-81763669a5c17df4f226a9072da38275c2aa50d9.zip
Merge pull request #13013 from danielhelfand/osx-build-docs
[CI:DOCS] change location of where make outputs podman binary on osx
-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/