From 6594700a7fce9e5d7debfc5f3a15b7a5013b9c1c Mon Sep 17 00:00:00 2001 From: Philipp Schaffrath Date: Mon, 15 Jul 2024 12:21:33 +0200 Subject: [PATCH] ensure icons directory exists, fixes #21 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5c020b1..a91f824 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ home.pointerCursor = { For a manual installation, download and extract the [latest release](https://github.com/phisch/phinger-cursors/releases/latest/download/phinger-cursors-variants.tar.bz2) into the `~/.local/share/icons` directory. ```sh +mkdir -p ~/.local/share/icons wget -cO- https://github.com/phisch/phinger-cursors/releases/latest/download/phinger-cursors-variants.tar.bz2 | tar xfj - -C ~/.local/share/icons ```