Skip to content

Commit

Permalink
Fix weird inconsistency between GTK/KDE/BSD installation methods (#3729)
Browse files Browse the repository at this point in the history
  • Loading branch information
mucahit-keles authored May 27, 2024
1 parent e132a48 commit b4c51e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ wget -qO- https://git.io/papirus-icon-theme-install | sh
#### HOME directory for GTK

```
wget -qO- https://git.io/papirus-icon-theme-install | DESTDIR="$HOME/.icons" sh
wget -qO- https://git.io/papirus-icon-theme-install | env DESTDIR="$HOME/.icons" sh
```

#### HOME directory for KDE

```
wget -qO- https://git.io/papirus-icon-theme-install | DESTDIR="$HOME/.local/share/icons" sh
wget -qO- https://git.io/papirus-icon-theme-install | env DESTDIR="$HOME/.local/share/icons" sh
```

#### \*BSD systems
Expand Down

0 comments on commit b4c51e2

Please sign in to comment.