Skip to content

Commit

Permalink
doc: add zypper install
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Jun 6, 2024
1 parent d82b102 commit fa76f8a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ nix-shell -p carapace

Install from [fury.io](https://rsteube.fury.site/)

### Yum

```toml
# /etc/yum.repos.d/fury.repo
[fury]
Expand All @@ -60,6 +62,13 @@ gpgcheck=0
yum install carapace-bin
```

### Zypper

```sh
zypper ar --gpgcheck-allow-unsigned -f https://yum.fury.io/rsteube/ carapace
zypper install carapace-bin
```

## Scoop

Install from [ScoopInstaller/Extras](https://github.com/ScoopInstaller/Extras) (**recommended**)
Expand Down

0 comments on commit fa76f8a

Please sign in to comment.