From 0ebbd3f0d4c4f73023b48634c927a4e1f91ef0a8 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 30 Jul 2024 22:07:07 +0200 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d07a7ca..159855a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ Pre-compiled versions are available in the [Releases](https://gitnet.fr/deblan/i3-wallpaper-manager/releases). For Debian users, a package is also provided. +Requirements: +- [FEH](https://feh.finalrewind.org/) + If you want to compile the project from source, you will need at least the GO compiler version 1.22. Clone the project and run the make command. The compiled output will be located in the `build` directory. ```