Skip to content

Commit

Permalink
Fix some typos and add more version badges
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschulz authored Dec 2, 2022
1 parent ac608b6 commit e031b69
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ $ sudo apt install gopass gopass-archive-keyring

### Fedora / RedHat / CentOS

[![Fedora version](https://img.shields.io/fedora/v/gopass)](https://packages.fedoraproject.org/pkgs/gopass/gopass/)

```shell
dnf install gopass
```
Expand All @@ -65,18 +67,19 @@ Note: You might need to run `dnf copr enable daftaupe/gopass` first.
### Arch Linux

```shell
pacmsn -S gopass
pacman -S gopass
```

### Windows

[![Scoop version](https://img.shields.io/scoop/v/gopass)](https://github.com/ScoopInstaller/Main/blob/master/bucket/gopass.json)

```shell
# Chocolatey
choco install gpg4win
choco install gopass
# Alternatively
scopp install gopass
scoop install gopass
```

### FreeBSD / OpenBSD
Expand Down

0 comments on commit e031b69

Please sign in to comment.