Skip to content

Commit 8ffe2bd

Browse files
authored
Update README.md
1 parent 7b12c5e commit 8ffe2bd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@ If you're running into problems building on linux you need to install libxdo-dev
3737

3838
#### Debian-based
3939
```bash
40-
sudo apt-get install libxdo-dev
40+
sudo apt-get install -y libxdo-dev
4141
```
4242

43-
### Arch
43+
#### Arch
4444
```bash
4545
sudo pacman -Sy xdotool
4646
```
4747

48-
### Fedora
48+
#### Fedora
4949
```bash
5050
sudo dnf install libX11-devel libxdo-devel
5151
```
5252

53-
### Gentoo
53+
#### Gentoo
5454
```bash
5555
sudo emerge xdotool
5656
```

0 commit comments

Comments
 (0)