We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c961c42 + 1394b77 commit 007590aCopy full SHA for 007590a
1 file changed
site/_wiki/Install/Linux.md
@@ -120,13 +120,13 @@ Then refer to [this section]({% link _wiki/FAQ/Linux.md %}#autostart) for instru
120
2. Edit `/etc/portage/package.accept_keywords` and add this line
121
122
```conf
123
- x11-drivers/OpenTabletDriver-bin ~amd64
+ x11-drivers/OpenTabletDriver ~amd64
124
```
125
126
3. Install the package with the following command
127
128
```bash
129
- sudo emerge OpenTabletDriver-bin
+ sudo emerge OpenTabletDriver
130
131
132
4. Refer to [this section]({% link _wiki/FAQ/Linux.md %}#autostart) for instructions on how to auto-start OpenTabletDriver on boot.
0 commit comments