ensure icons directory exists, fixes #21

This commit is contained in:
Philipp Schaffrath 2024-07-15 12:21:33 +02:00
parent cbe693445d
commit 6594700a7f
No known key found for this signature in database
GPG key ID: E5D3C326D00A7C3D

View file

@ -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. 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 ```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 wget -cO- https://github.com/phisch/phinger-cursors/releases/latest/download/phinger-cursors-variants.tar.bz2 | tar xfj - -C ~/.local/share/icons
``` ```