Skip to content

Commit

Permalink
Merge pull request containers#16458 from bjorndown/feature/fix-osx-bu…
Browse files Browse the repository at this point in the history
…ild-doc

[CI:DOCS] Fix build targets in build_osx.md.
  • Loading branch information
openshift-merge-robot authored Nov 9, 2022
2 parents 3e811ac + cfa651f commit fbdf0c9
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 fbdf0c9

Please sign in to comment.