From 448912e2ac58a5c6571bebfe8276b2ac11090e17 Mon Sep 17 00:00:00 2001 From: Sergei Eremenko Date: Sat, 10 Jun 2017 16:44:26 +0300 Subject: [PATCH] Add installation instruction for Debian users #484 --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index b5e75c51fb..7ed2572d88 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,21 @@ sudo apt-get install papirus-icon-theme or download .deb packages from [here](https://launchpad.net/~papirus/+archive/ubuntu/papirus/+packages?field.name_filter=papirus-icon-theme). +### Debian and derivatives + +Debian users also can install Papirus from our [PPA](https://launchpad.net/~papirus/+archive/ubuntu/papirus), but the commands will differ: + +``` +sudo tee /etc/apt/sources.list.d/papirus-ppa.list << EOF +deb http://ppa.launchpad.net/papirus/papirus/ubuntu xenial main +EOF + +sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com E58A9D36647CAE7F +sudo apt-get update +sudo apt-get install papirus-icon-theme +``` + + ### Papirus Installer Use the scripts to install the latest version directly from this repo (independently on your distro):