From a30974441c3a26913244f5de380fd0106659b058 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Fri, 15 May 2020 12:36:39 +0200 Subject: [PATCH] README: Add Fedora instructions Signed-off-by: Igor Raits --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 95cf7ae..44aa795 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,14 @@ zr /foo # remove /foo from the database ### Step 1: Installing `zoxide` +#### Fedora 32+ + +```sh +sudo dnf install zoxide +``` + +#### Cargo + If you have Rust, this should be as simple as: ```sh