diff --git a/build_osx.md b/build_osx.md
index 856fcbc425..bb881b5a5a 100644
--- a/build_osx.md
+++ b/build_osx.md
@@ -27,7 +27,7 @@ can now be built.
 
 ```
 $ cd go/src/github.com/containers/podman
-$ make podman-remote-darwin
+$ make podman-remote
 $ mv bin/darwin/podman bin/podman
 ```
 
@@ -38,7 +38,7 @@ $ ls -l bin/
 
 If you would like to build the docs associated with Podman on macOS:
 ```
-$ make install-podman-remote-darwin-docs
+$ make podman-remote-darwin-docs
 $ ls docs/build/remote/darwin
 ```