Skip to content
This repository was archived by the owner on Aug 10, 2020. It is now read-only.

Commit ddc6039

Browse files
committed
Update README
1 parent 3871996 commit ddc6039

File tree

1 file changed

+28
-12
lines changed

1 file changed

+28
-12
lines changed

README.md

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,42 @@
22
<img src="https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-libreoffice-theme/master/preview.png" alt="preview"/>
33
</p>
44

5-
# Install / Update
5+
Papirus theme for LibreOffice is available in three variants:
6+
7+
- ePapirus
8+
- Papirus
9+
- Papirus Dark
10+
11+
**NOTE:** Go to _Tools__Options__LibreOffice__View_ to choose the theme.
12+
13+
## Installation
14+
15+
### Ubuntu and derivatives
16+
17+
You can install libreoffice-style-papirus from our official [PPA](https://launchpad.net/~papirus/+archive/ubuntu/papirus):
18+
19+
```
20+
sudo add-apt-repository ppa:papirus/papirus
21+
sudo apt-get update
22+
sudo apt-get install libreoffice-style-papirus
23+
```
24+
25+
or download .deb packages from [here](https://launchpad.net/~papirus/+archive/ubuntu/papirus/+packages?field.name_filter=papirus-icon-theme).
26+
27+
### Papirus Installer
28+
29+
Use the script to install the latest version directly from this repo (independently on your distro):
30+
631
```
732
wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-libreoffice-theme/master/install-papirus-root.sh | sh
833
```
9-
**Depends:**
10-
- wget
11-
- tar
12-
- libreoffice
1334

14-
# Remove
35+
#### Remove
1536
```
1637
wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-libreoffice-theme/master/remove-papirus.sh | sh
1738
```
1839

19-
#Official packages
20-
| **Distro** | **Maintainer** | **Package** |
21-
|:-----------|:----------------|:------------|
22-
| Ubuntu | Sergei Eremenko | [libreoffice-style-papirus](https://launchpad.net/~papirus/+archive/ubuntu/papirus) (PPA) |
23-
24-
# Unofficial packages
40+
### Unofficial packages
2541
Packages in this section are not part of the official repositories. If you have a trouble or a question please contact with package maintainer.
2642

2743
| **Distro** | **Maintainer** | **Package** |

0 commit comments

Comments
 (0)