From 99494b55bc3d826232e7c3f4fb67a87b89faf0a6 Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Mon, 12 Aug 2019 15:03:20 -0400 Subject: Homebrew installation in install.md Add brew installation instructions to docs & small fix to brew makefile Signed-off-by: Ashley Cui --- Makefile | 1 + install.md | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/Makefile b/Makefile index efd8ad85c..d2119eb74 100644 --- a/Makefile +++ b/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 diff --git a/install.md b/install.md index 49a67f984..d8d70a7b6 100644 --- a/install.md +++ b/install.md @@ -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 -- cgit v1.2.3-54-g00ecf