mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-02 12:32:14 +00:00
doc: update readme
This commit is contained in:
parent
f8de3585ac
commit
3e57dde2f1
1 changed files with 2 additions and 2 deletions
|
|
@ -33,14 +33,14 @@ Run `sudo snap install superproductivity` or install it manually from the [relea
|
|||
#### Ubuntu / Debian
|
||||
```
|
||||
# add to sources
|
||||
echo "deb https://dl.bintray.com/johannesjo/super-productivity stable main" | sudo tee -a /etc/apt/sources.list
|
||||
echo "deb https://dl.bintray.com/johannesjo/super-productivity stable super-productivity" | sudo tee -a /etc/apt/sources.list
|
||||
|
||||
# add bin tray key
|
||||
wget -O - https://bintray.com/user/downloadSubjectPublicKey\?username\=bintray | sudo apt-key add -
|
||||
|
||||
# update sources and install
|
||||
sudo apt-get update
|
||||
sudo apt-get install super-productivity
|
||||
sudo apt-get install superproductivity
|
||||
```
|
||||
|
||||
### MacOS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue