From 030679b6f50fa8609017599de9e56a214eba0dd8 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Fri, 15 May 2020 12:39:19 +0200 Subject: [PATCH] README: Add Fedora instructions (#72) --- 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