Skip to content

Commit

Permalink
Merge pull request #436 from navidys/homebrew_pkg
Browse files Browse the repository at this point in the history
podman-tui installation via homebrew for Mac
  • Loading branch information
navidys authored Feb 22, 2024
2 parents feef8a9 + 75c926a commit bed5d26
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions install.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## Installation Guide

- [**Building From Source**](#building-from-source)
- [**Installing Packaged Versions**](#installing-packaged-versions)
- [**Installing on Linux**](#installing-on-linux)
- [**Arch Linux (AUR)**](#arch-linux-aur)
- [**CentOS Stream**](#centos-stream)
- [**Fedora**](#fedora)
- [**Gentoo**](#gentoo)
- [**RHEL**](#rhel)
- [**Installing on Mac**](#installing-on-mac)
- [**Container Image**](#container-image)
- [**Configuration Files**](#configurations-files)

Expand All @@ -21,7 +22,7 @@ $ make binary-win # Windows
$ make binary-darwin # MacOS
```

## Installing Packaged Versions
## Installing on Linux

### Arch Linux (AUR)

Expand Down Expand Up @@ -57,6 +58,14 @@ Enable [EPEL repository](https://docs.fedoraproject.org/en-US/epel/) and then ru
$ sudo dnf -y install podman-tui
```

## Installing on Mac

podman-tui can be obtained through Homebrew package manager.

```shell
$ brew install podman-tui
```

## Container image

### Pull from quay.io
Expand Down

0 comments on commit bed5d26

Please sign in to comment.