You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-7
Original file line number
Diff line number
Diff line change
@@ -37,14 +37,18 @@ You'll need the following dependencies:
37
37
38
38
## Building
39
39
40
-
```
41
-
meson build && cd build
42
-
meson configure -Dprefix=/usr
43
-
sudo ninja install
44
-
com.github.alainm23.byte
45
-
```
40
+
Run `meson build` to configure the build environment. Change to the build directory and run `ninja` to build
41
+
42
+
meson build --prefix=/usr
43
+
cd build
44
+
ninja
45
+
46
+
To install, use `ninja install`, then execute with `com.github.alainm23.byte`
47
+
48
+
sudo ninja install
49
+
com.github.alainm23.byte
46
50
47
51
## Support
48
-
If you like Byte and you want to support its development,consider supporting via [Patreon](https://www.patreon.com/alainm23)
52
+
If you like Byte and you want to support its development,consider supporting via [Patreon](https://www.patreon.com/alainm23) or [PayPal](https://www.paypal.me/alainm23)
0 commit comments