mirror of
https://github.com/containers/podman.git
synced 2025-10-19 04:03:23 +08:00
Homebrew installation in install.md
Add brew installation instructions to docs & small fix to brew makefile Signed-off-by: Ashley Cui <ashleycui16@gmail.com>
This commit is contained in:
1
Makefile
1
Makefile
@ -335,6 +335,7 @@ brew-pkg: install-podman-remote-docs podman-remote-darwin
|
||||
@cp ./bin/podman-remote-darwin ./brew/podman
|
||||
@cp -r ./docs/remote ./brew/docs/
|
||||
@cp docs/podman-remote.1 ./brew/docs/podman.1
|
||||
@cp docs/podman-remote.conf.5 ./brew/docs/podman-remote.conf.5
|
||||
@sed -i 's/podman\\*-remote/podman/g' ./brew/docs/podman.1
|
||||
@sed -i 's/Podman\\*-remote/Podman\ for\ Mac/g' ./brew/docs/podman.1
|
||||
@sed -i 's/podman\.conf/podman\-remote\.conf/g' ./brew/docs/podman.1
|
||||
|
@ -26,6 +26,14 @@ Built-in, no need to install
|
||||
sudo emerge app-emulation/libpod
|
||||
```
|
||||
|
||||
#### [MacOS](https://www.apple.com/macos)
|
||||
|
||||
Using [Homebrew](https://brew.sh/):
|
||||
|
||||
```bash
|
||||
brew cask install podman
|
||||
```
|
||||
|
||||
#### [openSUSE](https://www.opensuse.org)
|
||||
|
||||
```bash
|
||||
|
Reference in New Issue
Block a user