Update badges
This commit is contained in:
parent
fd7ce680c4
commit
664b95d601
24
README.md
24
README.md
|
@ -51,7 +51,7 @@ zr /foo # remove /foo from the database
|
||||||
|
|
||||||
### Step 1: Installing `zoxide`
|
### Step 1: Installing `zoxide`
|
||||||
|
|
||||||
#### On Arch Linux [](https://aur.archlinux.org/packages/zoxide)
|
#### On Arch Linux [](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+ [](https://src.fedoraproject.org/rpms/rust-zoxide)
|
#### On Fedora 32+ [](https://src.fedoraproject.org/rpms/rust-zoxide)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
dnf install zoxide
|
dnf install zoxide
|
||||||
```
|
```
|
||||||
|
|
||||||
#### On FreeBSD
|
#### On 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) [](https://ports.macports.org/port/zoxide/summary)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
port install zoxide
|
port install zoxide
|
||||||
```
|
```
|
||||||
|
|
||||||
#### On NixOS
|
#### On NixOS [](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) [](https://crates.io/crates/zoxide)
|
||||||
|
|
||||||
```sh
|
|
||||||
pkg_add zoxide
|
|
||||||
```
|
|
||||||
|
|
||||||
#### Other (using Cargo) [](https://crates.io/crates/zoxide)
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
cargo install zoxide -f
|
cargo install zoxide -f
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Other (using precompiled binary)
|
#### Other (via precompiled binary) [](https://github.com/ajeetdsouza/zoxide/releases)
|
||||||
|
|
||||||
Use the installation script:
|
Use the installation script:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue