README: Add Fedora instructions (#72)

This commit is contained in:
Igor Raits 2020-05-15 12:39:19 +02:00 committed by GitHub
parent 5cdd8fd599
commit 030679b6f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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