Skip to content

Commit

Permalink
Add aur package to README
Browse files Browse the repository at this point in the history
  • Loading branch information
harshadgavali committed Nov 21, 2021
1 parent 52e1517 commit 38529d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gesture_improvements_gesture_daemon"
version = "0.2.0"
version = "0.2.1"
authors = ["Harshad Gavali <harshadgavali@outlook.com>"]
edition = "2018"

Expand All @@ -11,4 +11,4 @@ input = "0.7"
libc = "0.2.107"
zbus = "1.9"
zvariant = "2.9"
serde = "1.0.130"
serde = "1.0.130"
9 changes: 8 additions & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ grep -E '^input:' /usr/lib/group | sudo tee -a /etc/group
sudo usermod -aG input $USER
```

### **From releases (Recommended)**
### **From releases**
- Download zip file from [releases](https://github.com/harshadgavali/gnome-x11-gesture-daemon/releases)
- Extract zip file
- Inside extracted folder, Run
Expand All @@ -24,6 +24,13 @@ sh install.sh --restart
```

### Distributions

* Arch Linux/Manjaro Linux - [gnome-x11-gesture-daemon](https://aur.archlinux.org/packages/gnome-x11-gesture-daemon) Thanks to @[yochananmarqos](https://github.com/yochananmarqos)
```code
yay -S gnome-x11-gesture-daemon
```

### Build from source

#### Using docker/podman
Expand Down

0 comments on commit 38529d4

Please sign in to comment.