Skip to content

Commit 138b89a

Browse files
committed
update readme to include AUR package
1 parent 94edc5c commit 138b89a

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ it is primary intended to be used with [niri](https://github.com/yaLTeR/niri) an
55
but I'm open to implementing other compositor IPC agents in the future.
66

77
## installing
8+
An AUR package is available as [pandora-git](https://aur.archlinux.org/packages/pandora-git), tracking the `release` branch of this repo. Proper release tarballs and versioning will happen soon(tm).
9+
10+
Otherwise, you can install locally with cargo:
811
cargo install --git https://github.com/PandorasFox/pandora
912

1013
### usage

sample files/PKGBUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ check() {
4242

4343
package() {
4444
install -Dm0755 -t "$pkgdir/usr/bin/" "target/release/pandora"
45+
install -Dm0755 -t "$pkgdir/usr/share/doc/pandora/" "sample files/pandora.service"
4546
}

sample files/pandora.kdl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ output "DP-2" {
2222
}
2323

2424
animation {
25-
2625
// Slow down animation by this factor. Values below 1 speeds up instead.
2726
// slowdown 0.5
2827
}

0 commit comments

Comments
 (0)