Add version badge to README.

This commit is contained in:
Ajeet D'Souza 2020-05-16 05:34:08 +05:30
parent efd615b910
commit 3f74a81851

View File

@ -48,15 +48,15 @@ zr /foo # remove /foo from the database
### Step 1: Installing `zoxide` ### Step 1: Installing `zoxide`
#### Fedora 32+ #### Fedora 32+ [![Fedora](https://img.shields.io/fedora/v/zoxide)](https://src.fedoraproject.org/rpms/rust-zoxide)
```sh ```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 ```sh
cargo install zoxide -f cargo install zoxide -f