Skip to content

Commit

Permalink
ensure icons directory exists, fixes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
phisch committed Jul 15, 2024
1 parent cbe6934 commit 6594700
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 6594700

Please sign in to comment.