Add installation instructions for CentOS
This commit is contained in:
parent
bc0ca7b82c
commit
27389cee25
|
@ -55,6 +55,13 @@ zr /foo # remove /foo from the database
|
||||||
yay -S zoxide
|
yay -S zoxide
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### On CentOS
|
||||||
|
|
||||||
|
```sh
|
||||||
|
dnf copr enable atim/zoxide
|
||||||
|
dnf install zoxide
|
||||||
|
```
|
||||||
|
|
||||||
#### On Fedora 32+ [](https://src.fedoraproject.org/rpms/rust-zoxide)
|
#### On Fedora 32+ [](https://src.fedoraproject.org/rpms/rust-zoxide)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in New Issue