From 6b599019353649b17d2f931a796da864e06a393b Mon Sep 17 00:00:00 2001 From: BlyDoesCoding Date: Wed, 22 Mar 2023 19:05:58 +0100 Subject: [PATCH] AUR Package instructions --- .idea/workspace.xml | 20 ++++++++++++-------- README.md | 21 ++++++++++++++++----- 2 files changed, 28 insertions(+), 13 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index a805747..93e2b3b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -9,10 +9,9 @@ - - @@ -279,7 +282,8 @@ - diff --git a/README.md b/README.md index a58c112..c08d272 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,25 @@ Usage: sherly -f inputfolder1 inputfolder2 inputfolder3 [options]... -d / -delete delete all dups except one without asking first -debug debug stuff ``` +## Installation +# Via AUR for Arch users + +```console +yay -S sherly-git +#just replace yay with your aur helper of choise + +# Any other OS + +you can easily download the jar file from the releases Tab and are able to execute it with the prefix "java --jar" +``` ## Supported Platforms -| OS | Working | Version | -| :----: |:----: |:-------:| -| Linux | Yes | 1.1.2 | -| Windows 10/11/8/7 | Yes | 1.1.2 | -| BSD | TBD | X | +| OS | Working | Version | +| :----: |:--------------:|:-------:| +| Linux | Yes | 1.1.2 | +| Windows 10/11/8/7 | Yes | 1.1.2 | +| BSD | Not yet Tested | X | ## Screenshots ![screenshot](https://github.com/BlyDoesCoding/Sherly/blob/master/Images/screenshot?raw=true)