This commit is contained in:
BlyDoesCoding 2023-03-22 19:07:47 +01:00
parent 2d5ac0ec10
commit a0d2e5b90f
2 changed files with 10 additions and 4 deletions

10
.idea/workspace.xml generated
View file

@ -10,7 +10,6 @@
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="Fix MD"> <list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="Fix MD">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" /> <change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
@ -254,7 +253,14 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1679508394699</updated> <updated>1679508394699</updated>
</task> </task>
<option name="localTasksCounter" value="24" /> <task id="LOCAL-00024" summary="Fix MD">
<created>1679508433400</created>
<option name="number" value="00024" />
<option name="presentableId" value="LOCAL-00024" />
<option name="project" value="LOCAL" />
<updated>1679508433400</updated>
</task>
<option name="localTasksCounter" value="25" />
<servers /> <servers />
</component> </component>
<component name="Vcs.Log.Tabs.Properties"> <component name="Vcs.Log.Tabs.Properties">

View file

@ -18,7 +18,7 @@ Usage: sherly -f inputfolder1 inputfolder2 inputfolder3 [options]...
-debug debug stuff -debug debug stuff
``` ```
## Installation ## Installation
# Via AUR for Arch users ## Via AUR for Arch users
```console ```console
yay -S sherly-git yay -S sherly-git
@ -26,7 +26,7 @@ yay -S sherly-git
``` ```
# Any other OS ## Any other OS
You can easily download the sherly.jar file from the releases tab and are able to execute it with the prefix "java --jar". You can easily download the sherly.jar file from the releases tab and are able to execute it with the prefix "java --jar".