From 1915584fb102cacbd783107bf2ef0febcac18d4c Mon Sep 17 00:00:00 2001 From: Rael Gugelmin Cunha Date: Sun, 18 Oct 2015 10:00:05 -0200 Subject: Adding proper Debian instructions (Fixes #262) --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4a4268..9cf89b7 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ScudCloud improves the Slack integration with Linux desktops featuring: # Install -## Ubuntu/Kubuntu, Mint and Debian +## Ubuntu/Kubuntu and Mint Please, first update your system with: @@ -54,6 +54,19 @@ sudo add-apt-repository -y ppa:immerrr-k/qtwebkit4-backport sudo apt-get update ``` +## Debian + +Make sure `software-properties-common` is installed, then run: + +``` +sudo apt-add-repository -y ppa:rael-gc/scudcloud +sudo sed -i 's/jessie/trusty/g' /etc/apt/sources.list.d/rael-gc-scudcloud-jessie.list +sudo apt-get update +sudo apt-get install scudcloud +``` + +If you want spell checking and a Slack icon, follow related instructions on [Ubuntu Install section](#ubuntukubuntu-and-mint). + ## Arch Linux There is a [PKGBUILD available][pkgbuild] on the Arch User Repository. You can install it -- cgit v1.1