Skip to content

Commit

Permalink
Merge pull request #454 from navidys/doc_update
Browse files Browse the repository at this point in the history
install.md update - Alpine Linux, AlmaLinux and Rocky Linux
  • Loading branch information
navidys authored Mar 6, 2024
2 parents bdef014 + 52a56ac commit 8be0cfa
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

- [**Building From Source**](#building-from-source)
- [**Installing on Linux**](#installing-on-linux)
- [**Alpine Linux**](#alpine-linux)
- [**AlmaLinux, Rocky Linux**](#almalinux-rocky-linux)
- [**Arch Linux (AUR)**](#arch-linux-aur)
- [**CentOS Stream**](#centos-stream)
- [**Fedora**](#fedora)
Expand All @@ -13,7 +15,7 @@

## Building From Source

podman-tui is using go version >= 1.17.
podman-tui is using go version >= 1.20.

```shell
$ git clone <repository>
Expand All @@ -24,10 +26,24 @@ $ make binary-darwin # MacOS

## Installing on Linux

### Alpine Linux

```shell
$ sudo apk add podman-tui
```

### AlmaLinux, Rocky Linux

Enable [EPEL repository](https://docs.fedoraproject.org/en-US/epel/) and then run:

```shell
$ sudo dnf -y install podman-tui
```

### Arch Linux (AUR)

```shell
$ yay -S podman-tui
$ sudo yay -S podman-tui
```

### CentOS Stream
Expand Down

0 comments on commit 8be0cfa

Please sign in to comment.