mirror of
https://github.com/Hopiu/zoxide.git
synced 2026-05-09 16:04:48 +00:00
README: Add Fedora instructions (#72)
This commit is contained in:
parent
5cdd8fd599
commit
030679b6f5
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue