Merge branch 'master' of github.com:ajeetdsouza/zoxide

This commit is contained in:
Ajeet D'Souza 2020-05-15 18:25:21 +05:30
commit 08cf7dfa86

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