mirror of
https://github.com/containers/podman.git
synced 2025-06-27 21:50:18 +08:00
Merge pull request #16458 from bjorndown/feature/fix-osx-build-doc
[CI:DOCS] Fix build targets in build_osx.md.
This commit is contained in:
@ -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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user