[CI:DOCS] Fix build targets in build_osx.md.

[NO NEW TESTS NEEDED]

Signed-off-by: Björn Mosler <dev@bjoern.mosler.ch>
This commit is contained in:
Björn Mosler 2022-11-09 18:07:42 +01:00
parent d720440d78
commit cfa651f801

View file

@ -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
```