diff options
author | Ashley Cui <ashleycui16@gmail.com> | 2019-08-12 15:03:20 -0400 |
---|---|---|
committer | Ashley Cui <ashleycui16@gmail.com> | 2019-08-12 15:03:20 -0400 |
commit | 99494b55bc3d826232e7c3f4fb67a87b89faf0a6 (patch) | |
tree | 208df1a56d6725fe18a22fd1b4c841221b9abb18 /install.md | |
parent | 9bee6907a5d867ab866374c6c7d8a45e3fa705da (diff) | |
download | podman-99494b55bc3d826232e7c3f4fb67a87b89faf0a6.tar.gz podman-99494b55bc3d826232e7c3f4fb67a87b89faf0a6.tar.bz2 podman-99494b55bc3d826232e7c3f4fb67a87b89faf0a6.zip |
Homebrew installation in install.md
Add brew installation instructions to docs & small fix to brew makefile
Signed-off-by: Ashley Cui <ashleycui16@gmail.com>
Diffstat (limited to 'install.md')
-rw-r--r-- | install.md | 8 |
1 files changed, 8 insertions, 0 deletions
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 |