Add installation instructions for CentOS

This commit is contained in:
Ajeet D'Souza 2020-05-28 17:45:28 +05:30
parent bc0ca7b82c
commit 27389cee25

View File

@ -55,6 +55,13 @@ zr /foo # remove /foo from the database
yay -S zoxide
```
#### On CentOS
```sh
dnf copr enable atim/zoxide
dnf install zoxide
```
#### On Fedora 32+ [![Fedora](https://img.shields.io/fedora/v/zoxide)](https://src.fedoraproject.org/rpms/rust-zoxide)
```sh