README: Add Fedora instructions

Signed-off-by: Igor Raits <i.gnatenko.brain@gmail.com>
This commit is contained in:
Igor Raits 2020-05-15 12:36:39 +02:00
parent 5cdd8fd599
commit a30974441c
No known key found for this signature in database
GPG Key ID: 115D5AB89C5C1E1E
1 changed files with 8 additions and 0 deletions

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