From 6ebab6b8c87cb1c71668bc9e830f3d75152bb6a6 Mon Sep 17 00:00:00 2001
From: Jan Provaznik <jprovaznik@gitlab.com>
Date: Wed, 1 May 2019 10:38:13 +0000
Subject: [PATCH] Add a note about adding perl dependency

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 7e94ae6ec7933..31ee06bb19587 100644
--- a/README.md
+++ b/README.md
@@ -177,6 +177,8 @@ removing EXIF data (which may contain sensitive information) from uploaded
 images. If you installed GitLab:
 
 -   Using the Omnibus package, you're all set.
+    *NOTE* that if you are using CentOS Minimal, you may need to install `perl`
+    package: `yum install perl`
 -   From source, make sure `exiftool` is installed:
 
     ```sh
-- 
GitLab