Skip to content

Commit c1e2202

Browse files
committed
Update README
1 parent b9402e2 commit c1e2202

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ See `surface <subcommand> help` for more details.
2626

2727
_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`.
2828

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+
2934
## Building from Source
3035

3136
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
3540

3641
You can generate a package using the provided PKGBUILD in the `pkg/arch` directory and install it using `makepkg -si`.
3742

38-
### Debian
43+
### Debian-based Distributions (Ubuntu, ...)
3944

4045
Generating a Debian package can be done via [`cargo deb`](https://github.com/mmstick/cargo-deb).
4146
Specifically, you need to run

0 commit comments

Comments
 (0)