We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed94dae commit 436fe44Copy full SHA for 436fe44
README.md
@@ -100,9 +100,11 @@ Install and keep CopyQ always up to date by running the following commands from
100
the terminal (the package from PPA contains all plugins and documentation):
101
102
```bash
103
+sudo apt install software-properties-common python-software-properties
104
sudo add-apt-repository ppa:hluk/copyq
105
sudo apt update
106
sudo apt install copyq
107
+# this package contains all plugins and documentation
108
```
109
110
### Fedora
0 commit comments