diff options
author | Rael Gugelmin Cunha <rael.gc@gmail.com> | 2015-10-18 10:00:05 -0200 |
---|---|---|
committer | Rael Gugelmin Cunha <rael.gc@gmail.com> | 2015-10-18 10:00:05 -0200 |
commit | 1915584fb102cacbd783107bf2ef0febcac18d4c (patch) | |
tree | 862cd6bd53e7df58c12c7a5956f4f92434123ce0 | |
parent | f42fc592cb9700fa891f181929c607d24ba6fa6b (diff) | |
download | scudcloud-1915584fb102cacbd783107bf2ef0febcac18d4c.zip scudcloud-1915584fb102cacbd783107bf2ef0febcac18d4c.tar.gz scudcloud-1915584fb102cacbd783107bf2ef0febcac18d4c.tar.bz2 |
Adding proper Debian instructions (Fixes #262)
-rw-r--r-- | README.md | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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 |