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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,11 @@ See `surface <subcommand> help` for more details.
26
26
27
27
_Hint:_ You can specify the subcommand by any unabiguous prefix of it, i.e. `surface perf` and `surface p` will both evaluate to `surface performance`.
28
28
29
+
## Installing
30
+
31
+
Have a look at the [releases](https://github.com/qzed/linux-surface-control/releases) page.
32
+
Pre-built packages are available for Debian (Ubuntu, ...) and Arch Linux (Manjaro, ...) based distributions.
33
+
29
34
## Building from Source
30
35
31
36
Building this application from source follows the standard rust procedure, i.e. simply call `cargo build --release --locked` for a release-ready executable.
@@ -35,7 +40,7 @@ Completion files are automatically generated and can be found in the correspondi
35
40
36
41
You can generate a package using the provided PKGBUILD in the `pkg/arch` directory and install it using `makepkg -si`.
37
42
38
-
### Debian
43
+
### Debian-based Distributions (Ubuntu, ...)
39
44
40
45
Generating a Debian package can be done via [`cargo deb`](https://github.com/mmstick/cargo-deb).
0 commit comments