From 6021596caa7670fe1c19c4ae416ba05e1119f7ef Mon Sep 17 00:00:00 2001 From: Jochen Diekenbrock <1625222+JochenDiekenbrock@users.noreply.github.com> Date: Wed, 30 Aug 2023 10:01:43 +0200 Subject: [PATCH] add openSUSE Tumbleweed installation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 806262d..efa2207 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,12 @@ but it's not going to be very exciting without them). pacman -S xdg-utils perl-image-exiftool imagemagick xorg-xdpyinfo ``` + openSUSE Tumbleweed: + + ```bash + sudo zypper install exiftool ImageMagick xdg-utils bc + ``` + 2. Run `./install.sh`, which will configure your global git config for you. It will tell you what it's done, so it should look something like this: