Skip to content

Commit

Permalink
add alpine build instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SethFalco committed Dec 28, 2021
1 parent 947d546 commit e942f96
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ 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

```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 e942f96

Please sign in to comment.