From b4c51e297e9151289578f9b924c49a2b250a1d32 Mon Sep 17 00:00:00 2001 From: mucahit-keles <131585878+mucahit-keles@users.noreply.github.com> Date: Mon, 27 May 2024 17:16:09 +0300 Subject: [PATCH] Fix weird inconsistency between GTK/KDE/BSD installation methods (#3729) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1de775563f..a7ecbcde62 100644 --- a/README.md +++ b/README.md @@ -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