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`
|
### Step 1: Installing `zoxide`
|
||||||
|
|
||||||
#### Fedora 32+
|
#### Fedora 32+ [](https://src.fedoraproject.org/rpms/rust-zoxide)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
sudo dnf install zoxide
|
dnf install zoxide
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Cargo
|
#### Cargo [](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
|
```sh
|
||||||
cargo install zoxide -f
|
cargo install zoxide -f
|
||||||
|
|
Loading…
Reference in New Issue