Skip to content

Commit ac73f3e

Browse files
authored
docs: add missing dependency to build on alpine (#119)
* docs: add missing dependency to build on alpine * docs: fix formatting of readme
1 parent 85f4e9f commit ac73f3e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,20 @@ GTK app to sync InfiniTime watch with PinePhone
55
'siglo' means century in Spanish
66

77
## Requirements
8+
89
Gtk >= 3.30
910

1011
## Download and Install
12+
1113
[Download the latest stable version from Flathub](https://flathub.org/apps/details/com.github.theironrobin.siglo) (Warning: SMS Notifications currently broken in flatpak https://github.com/theironrobin/siglo/issues/80).
1214

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

1619
```sh
17-
sudo apk add gettext glib-dev meson py3-dbus py3-pip python3
18-
pip3 install gatt
20+
sudo apk add desktop-file-utils gettext glib-dev meson py3-dbus py3-pip python3
21+
pip3 install gatt
1922
```
2023

2124
### Arch Linux
@@ -52,7 +55,7 @@ sudo ninja install
5255

5356
### Mocked Testing with Docker
5457

55-
While you won't get bluetooth connectivity, you can get some high-level vetting in a container, which
58+
While you won't get Bluetooth connectivity, you can get some high-level vetting in a container, which
5659
will open the way forward to better CI testing on GitHub.
5760

5861
The [`Dockerfile`](Dockerfile) contains all required dependencies, in addition to
@@ -99,7 +102,7 @@ Transfer the `siglo.flatpak` file on the PinePhone and install it with the follo
99102
sudo flatpak install ./siglo.flatpak
100103
```
101104

102-
##
105+
---
103106

104107
If this project helped you, you can buy me a cup of coffee :)
105108
<br/><br/>

0 commit comments

Comments
 (0)