Skip to content

Commit

Permalink
[CI:DOCS] Fix build targets in build_osx.md.
Browse files Browse the repository at this point in the history
[NO NEW TESTS NEEDED]

Signed-off-by: Björn Mosler <[email protected]>
  • Loading branch information
Björn Mosler committed Nov 9, 2022
1 parent d720440 commit cfa651f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

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

Expand Down

0 comments on commit cfa651f

Please sign in to comment.