Add arch install command

This commit is contained in:
Jonathan Neidel 2020-04-10 10:59:44 +02:00 committed by GitHub
parent a4b202f9da
commit 46ca53a1da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -53,6 +53,12 @@ If you have Rust, this should be as simple as:
cargo install zoxide -f
```
If you are on Arch:
```sh
yay -S zoxide
```
Otherwise, try the install script:
```sh