mirror of
https://github.com/Llewellynvdm/zoxide.git
synced 2025-03-19 16:02:21 +00:00
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`
|
||||
|
||||
#### On Arch Linux [](https://aur.archlinux.org/packages/zoxide)
|
||||
#### On Arch Linux [](https://aur.archlinux.org/packages/zoxide)
|
||||
|
||||
```sh
|
||||
yay -S zoxide
|
||||
@ -64,50 +64,44 @@ dnf copr enable atim/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
|
||||
dnf install zoxide
|
||||
```
|
||||
|
||||
#### On FreeBSD
|
||||
#### On FreeBSD [](https://www.freshports.org/sysutils/zoxide/)
|
||||
|
||||
```sh
|
||||
pkg install zoxide
|
||||
```
|
||||
|
||||
#### On macOS / Linux (using Homebrew / Linuxbrew)
|
||||
#### On macOS / Linux (via Homebrew / Linuxbrew)
|
||||
|
||||
```
|
||||
```sh
|
||||
brew tap ajeetdsouza/zoxide
|
||||
brew install zoxide
|
||||
```
|
||||
|
||||
#### On macOS (via MacPorts)
|
||||
#### On macOS (via MacPorts) [](https://ports.macports.org/port/zoxide/summary)
|
||||
|
||||
```sh
|
||||
port install zoxide
|
||||
```
|
||||
|
||||
#### On NixOS
|
||||
#### On NixOS [](https://nixos.org/nixos/packages.html?attr=zoxide&channel=nixpkgs-unstable)
|
||||
|
||||
```sh
|
||||
nix-env -iA nixpkgs.zoxide
|
||||
```
|
||||
|
||||
#### On OpenBSD
|
||||
|
||||
```sh
|
||||
pkg_add zoxide
|
||||
```
|
||||
|
||||
#### Other (using Cargo) [](https://crates.io/crates/zoxide)
|
||||
#### Other (via Cargo) [](https://crates.io/crates/zoxide)
|
||||
|
||||
```sh
|
||||
cargo install zoxide -f
|
||||
```
|
||||
|
||||
#### Other (using precompiled binary)
|
||||
#### Other (via precompiled binary) [](https://github.com/ajeetdsouza/zoxide/releases)
|
||||
|
||||
Use the installation script:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user