From cfa651f8019a665d5baa3dd738b1d76f00d9a861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Mosler?= Date: Wed, 9 Nov 2022 18:07:42 +0100 Subject: [PATCH] [CI:DOCS] Fix build targets in build_osx.md. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [NO NEW TESTS NEEDED] Signed-off-by: Björn Mosler --- build_osx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```