diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-08-13 14:36:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-13 14:36:07 +0200 |
commit | 031437bf5b19b5121224cdec301dd9945f38e610 (patch) | |
tree | 1b4ce1f861b7b26f989b6fb13f7abe75919beab6 /install.md | |
parent | c48243ee1eb3fe36b54057994d5e908d8a3d7f16 (diff) | |
parent | 99494b55bc3d826232e7c3f4fb67a87b89faf0a6 (diff) | |
download | podman-031437bf5b19b5121224cdec301dd9945f38e610.tar.gz podman-031437bf5b19b5121224cdec301dd9945f38e610.tar.bz2 podman-031437bf5b19b5121224cdec301dd9945f38e610.zip |
Merge pull request #3794 from ashley-cui/macpkg
Homebrew installation in install.md
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 |