From 3f74a818514bc03a88431f784e3ea35379c0e2da Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Sat, 16 May 2020 05:34:08 +0530 Subject: [PATCH] Add version badge to README. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 44aa795..7255851 100644 --- a/README.md +++ b/README.md @@ -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