🌈️ apply a wallpaper based on the weather outside
0

Configure Feed

Select the types of activity you want to include in your feed.

fix(docs): update readme to mention bash as a dependency

Angel Wang (Jun 23, 2026, 12:11 AM -0600) 267cd98e f2ad6231

+5 -3
+5 -3
README.md
··· 13 13 ## dependencies 14 14 15 15 - [ImageMagick](https://imagemagick.org) 16 + - Bash 16 17 17 18 ## installing 18 19 19 - First, install [ImageMagick](https://imagemagick.org) using your method of choice. Then download the binary from 20 - [Releases on GitHub](https://github.com/weightedangelcube/rainwall/releases), or get it from 21 - [JSR](https://jsr.io/@angelcube/rainwall/). 20 + First, install [ImageMagick](https://imagemagick.org) using your method of choice. If you're on Windows, install Bash 21 + either via [Git Bash](https://git-scm.com/install/) or [WSL](https://learn.microsoft.com/en-us/windows/wsl/install). 22 + Then download the binary from [Releases on GitHub](https://github.com/weightedangelcube/rainwall/releases), or get it 23 + from [JSR](https://jsr.io/@angelcube/rainwall/). 22 24 23 25 Alternatively, if you are using Arch Linux, you can use the PKGBUILD in the repository root to do both for you. 24 26