From da67a334f21f967eeb4fed87695b5b673294d7d6 Mon Sep 17 00:00:00 2001 From: Gauthier Billot Date: Fri, 17 Jan 2020 11:30:38 +0100 Subject: [PATCH] Update README.md Arch linux installation --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f132efb..3deab8a 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,12 @@ but it's not going to be very exciting without them). ```bash sudo apt install exiftool imagemagick xdg-open ``` + + Arch Linux: + + ```bash + pacman -S xdg-utils perl-image-exiftool imagemagick + ``` 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: