Skip to content

Commit

Permalink
Merge pull request #40 from gabm/add-alpine-instructions
Browse files Browse the repository at this point in the history
Add install instructions for alpine
  • Loading branch information
gabm authored Jan 23, 2024
2 parents e0df3c9 + 37f9ca2 commit 9fa858b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ emerge -av satty

Pending PR for Gentoo overlay: https://github.com/gentoo/gentoo/pull/33908

### Alpine Linux

Satty is available in [Alpine Testing](https://pkgs.alpinelinux.org/packages?name=satty&branch=edge&repo=&arch=&maintainer=). You can install it by uncommenting the testing repo in `/etc/apk/repositories` and then run:

```
apk add satty
```

### Prebuilt Sources

You can download a prebuilt binary for x86-64 on the [Satty Releases](https://github.com/gabm/satty/releases) page.
Expand Down

0 comments on commit 9fa858b

Please sign in to comment.