Update badges

This commit is contained in:
Ajeet D'Souza 2020-06-23 14:55:41 +05:30 committed by GitHub
parent fd7ce680c4
commit 664b95d601
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ zr /foo # remove /foo from the database
### Step 1: Installing `zoxide` ### Step 1: Installing `zoxide`
#### On Arch Linux [![Arch Linux](https://img.shields.io/aur/version/zoxide)](https://aur.archlinux.org/packages/zoxide) #### On Arch Linux [![Arch Linux](https://repology.org/badge/version-for-repo/aur/zoxide.svg?header=aur)](https://aur.archlinux.org/packages/zoxide)
```sh ```sh
yay -S zoxide yay -S zoxide
@ -64,50 +64,44 @@ dnf copr enable atim/zoxide
dnf install zoxide dnf install zoxide
``` ```
#### On Fedora 32+ [![Fedora](https://img.shields.io/fedora/v/zoxide)](https://src.fedoraproject.org/rpms/rust-zoxide) #### On Fedora 32+ [![Fedora](https://repology.org/badge/version-for-repo/fedora_rawhide/zoxide.svg?header=fedora)](https://src.fedoraproject.org/rpms/rust-zoxide)
```sh ```sh
dnf install zoxide dnf install zoxide
``` ```
#### On FreeBSD #### On FreeBSD [![FreeBSD](https://repology.org/badge/version-for-repo/freebsd/zoxide.svg?header=freebsd)](https://www.freshports.org/sysutils/zoxide/)
```sh ```sh
pkg install zoxide pkg install zoxide
``` ```
#### On macOS / Linux (using Homebrew / Linuxbrew) #### On macOS / Linux (via Homebrew / Linuxbrew)
``` ```sh
brew tap ajeetdsouza/zoxide brew tap ajeetdsouza/zoxide
brew install zoxide brew install zoxide
``` ```
#### On macOS (via MacPorts) #### On macOS (via MacPorts) [![MacPorts](https://repology.org/badge/version-for-repo/macports/zoxide.svg?header=macports)](https://ports.macports.org/port/zoxide/summary)
```sh ```sh
port install zoxide port install zoxide
``` ```
#### On NixOS #### On NixOS [![nixpkgs unstable](https://repology.org/badge/version-for-repo/nix_unstable/zoxide.svg?header=nixpkgs%20unstable)](https://nixos.org/nixos/packages.html?attr=zoxide&channel=nixpkgs-unstable)
```sh ```sh
nix-env -iA nixpkgs.zoxide nix-env -iA nixpkgs.zoxide
``` ```
#### On OpenBSD #### Other (via Cargo) [![crates.io package](https://repology.org/badge/version-for-repo/crates_io/zoxide.svg?header=crates.io)](https://crates.io/crates/zoxide)
```sh
pkg_add zoxide
```
#### Other (using Cargo) [![crates.io](https://img.shields.io/crates/v/zoxide)](https://crates.io/crates/zoxide)
```sh ```sh
cargo install zoxide -f cargo install zoxide -f
``` ```
#### Other (using precompiled binary) #### Other (via precompiled binary) [![GitHub releases](https://img.shields.io/github/v/release/ajeetdsouza/zoxide?color=blue&label=github%20releases&sort=semver)](https://github.com/ajeetdsouza/zoxide/releases)
Use the installation script: Use the installation script: