mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2024-11-17 02:25:15 +00:00
Add version badge to README.
This commit is contained in:
parent
efd615b910
commit
3f74a81851
@ -48,15 +48,15 @@ zr /foo # remove /foo from the database
|
||||
|
||||
### Step 1: Installing `zoxide`
|
||||
|
||||
#### Fedora 32+
|
||||
#### Fedora 32+ [![Fedora](https://img.shields.io/fedora/v/zoxide)](https://src.fedoraproject.org/rpms/rust-zoxide)
|
||||
|
||||
```sh
|
||||
sudo dnf install zoxide
|
||||
dnf install zoxide
|
||||
```
|
||||
|
||||
#### Cargo
|
||||
#### Cargo [![crates.io](https://img.shields.io/crates/v/zoxide)](https://crates.io/crates/zoxide)
|
||||
|
||||
If you have Rust, this should be as simple as:
|
||||
If you have Cargo installed, this should be as simple as:
|
||||
|
||||
```sh
|
||||
cargo install zoxide -f
|
||||
|
Loading…
Reference in New Issue
Block a user