From 3e57dde2f1bca8470726e4c83f3009bbdaa7fcf8 Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Sat, 16 Dec 2017 18:38:10 +0100 Subject: [PATCH] doc: update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e8a0ec51a..529a78bc29 100644 --- a/README.md +++ b/README.md @@ -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