diff options
| author | Michael Petö <michael@petoe.me> | 2019-01-26 23:00:49 +0100 |
|---|---|---|
| committer | Michael Petö <michael@petoe.me> | 2019-01-26 23:00:49 +0100 |
| commit | 602a1fef76e963a183ec1015aa8cf165ba7176df (patch) | |
| tree | 71bcc13968385b9e969fc698a374e552595ac367 | |
| parent | c9e1f365e294135968bdd4d754dca7e1044587dc (diff) | |
| download | podman-602a1fef76e963a183ec1015aa8cf165ba7176df.tar.gz podman-602a1fef76e963a183ec1015aa8cf165ba7176df.tar.bz2 podman-602a1fef76e963a183ec1015aa8cf165ba7176df.zip | |
Update ArchLinux installation instructions
Podman is available in the official repositories
Signed-off-by: Michael Petö <michael@petoe.me>
| -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) |
