diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2019-01-28 16:29:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-28 16:29:23 +0100 |
commit | ebe929736cdb0925f26b416d56415348f1d16d92 (patch) | |
tree | 71bcc13968385b9e969fc698a374e552595ac367 | |
parent | c9e1f365e294135968bdd4d754dca7e1044587dc (diff) | |
parent | 602a1fef76e963a183ec1015aa8cf165ba7176df (diff) | |
download | podman-ebe929736cdb0925f26b416d56415348f1d16d92.tar.gz podman-ebe929736cdb0925f26b416d56415348f1d16d92.tar.bz2 podman-ebe929736cdb0925f26b416d56415348f1d16d92.zip |
Merge pull request #2220 from petoem/install-docs
Update ArchLinux installation instructions
-rw-r--r-- | install.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/install.md b/install.md index c5268c04d..4f075332d 100644 --- a/install.md +++ b/install.md @@ -4,7 +4,9 @@ #### [Arch Linux](https://www.archlinux.org) -Podman is available in the AUR through the [libpod package](https://aur.archlinux.org/packages/libpod/) +```bash +sudo pacman -S podman +``` #### [Fedora](https://www.fedoraproject.org), [CentOS](https://www.centos.org) |