From c35f954265dab5a70ee3f562a94e22a94b88ed7c Mon Sep 17 00:00:00 2001 From: Francois B Date: Sat, 2 Sep 2017 01:02:23 +0200 Subject: [PATCH] README.md updated --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2372d71..949542a 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,15 @@ WPFind The purpose of this script is to find wallpapers among pictures files in directory and sub-directories and move/copy them to a separate directory. It can be useful when you are trying to clean your mess on your computer ;-) +Requirements +------------ + +* Ubuntu, Linux Mint (should work on other Ubuntu derivatives) +* detox +``` +sudo apt-get install detox +``` + Installation ------------