From 27389cee25779c31014b3c28bfce4d2a3d308219 Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Thu, 28 May 2020 17:45:28 +0530 Subject: [PATCH] Add installation instructions for CentOS --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2f262e3..af3580c 100644 --- a/README.md +++ b/README.md @@ -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