Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added gentoo to the list of installable OSes and changed from $ to # (as apk and pacman must be run as root too).
  • Loading branch information
Marco Scardovi authored Nov 2, 2023
1 parent 8d75e8f commit 5f392a7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,17 @@ $ sbctl

For Arch Linux:
```
$ pacman -S sbctl
# pacman -S sbctl
```

For Alpine Linux:
```
$ apk add sbctl
# apk add sbctl
```

For Gentoo Linux:
```
# emerge --ask app-crypt/sbctl
```

You can find a updated list of [sbctl packages on
Expand Down

0 comments on commit 5f392a7

Please sign in to comment.