Skip to content

Commit 7b12c5e

Browse files
authored
Added Install Instructions for Other Distros (#6)
Since I had to look a little to find the Gentoo equivalent of libxdo-dev, I just added the installation instructions for some other distros.
1 parent 65e3e9d commit 7b12c5e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,22 @@ For more information please visit the [docs](https://docs.rs/mouse-rs/*/mouse_rs
3535
## Linux disclaimer
3636
If you're running into problems building on linux you need to install libxdo-dev.
3737

38-
#### Ubuntu
38+
#### Debian-based
3939
```bash
4040
sudo apt-get install libxdo-dev
4141
```
42+
43+
### Arch
44+
```bash
45+
sudo pacman -Sy xdotool
46+
```
47+
48+
### Fedora
49+
```bash
50+
sudo dnf install libX11-devel libxdo-devel
51+
```
52+
53+
### Gentoo
54+
```bash
55+
sudo emerge xdotool
56+
```

0 commit comments

Comments
 (0)