From b979ed5fc54c182b93fb4c81aae72153ff5b5176 Mon Sep 17 00:00:00 2001 From: Quantum Date: Wed, 8 Sep 2021 06:38:36 -0400 Subject: [PATCH] Document wand-related issues --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e132132..afc0c41 100644 --- a/README.md +++ b/README.md @@ -44,3 +44,11 @@ For example, if you want to convert DMZ-White to Windows: mkdir dmz-white/ x2wincur /usr/share/icons/DMZ-White/cursors/* -o dmz-white/ + +## Troubleshooting + +`win2xcur` and `x2wincur` should work out of the box on most systems. If you +are using unconventional distros (e.g. Alphine) and are getting errors related +to `wand`, please see the [Wand documentation on installation][wand-install]. + + [wand-install]: https://docs.wand-py.org/en/0.6.7/guide/install.html