Skip to content

Commit

Permalink
add alpine build instructions to readme (#99)
Browse files Browse the repository at this point in the history
ty!
  • Loading branch information
SethFalco committed May 2, 2022
1 parent 947d546 commit ba9b4f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -10,6 +10,14 @@ Gtk >= 3.30
## Download and Install
[Download the latest stable version from Flathub](https://flathub.org/apps/details/com.github.alexr4535.siglo) (Warning: SMS Notifications currently broken in flatpak https://github.com/alexr4535/siglo/issues/80).

### Alpine
Works for Alpine and other Alpine-based distribution, such as [postmarketOS](https://postmarketos.org/).

```sh
sudo apk add gettext glib-dev meson py3-dbus py3-pip python3
pip3 install gatt pyxdg
```

### Arch Linux

```sh
Expand Down

0 comments on commit ba9b4f3

Please sign in to comment.