Fix MD
This commit is contained in:
parent
1b4d1761f9
commit
2d5ac0ec10
2 changed files with 15 additions and 5 deletions
15
.idea/workspace.xml
generated
15
.idea/workspace.xml
generated
|
@ -9,7 +9,8 @@
|
||||||
<option name="autoReloadType" value="SELECTIVE" />
|
<option name="autoReloadType" value="SELECTIVE" />
|
||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="9b57ac51-c870-474b-9dfd-64a5fc490635" name="Changes" comment="AUR Package instructions">
|
<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" />
|
||||||
|
@ -246,7 +247,14 @@
|
||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1679508360229</updated>
|
<updated>1679508360229</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="23" />
|
<task id="LOCAL-00023" summary="Fix MD">
|
||||||
|
<created>1679508394699</created>
|
||||||
|
<option name="number" value="00023" />
|
||||||
|
<option name="presentableId" value="LOCAL-00023" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1679508394699</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="24" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="Vcs.Log.Tabs.Properties">
|
<component name="Vcs.Log.Tabs.Properties">
|
||||||
|
@ -290,7 +298,8 @@
|
||||||
<MESSAGE value="Upload Bin" />
|
<MESSAGE value="Upload Bin" />
|
||||||
<MESSAGE value="Prepare for Aur Package" />
|
<MESSAGE value="Prepare for Aur Package" />
|
||||||
<MESSAGE value="AUR Package instructions" />
|
<MESSAGE value="AUR Package instructions" />
|
||||||
<option name="LAST_COMMIT_MESSAGE" value="AUR Package instructions" />
|
<MESSAGE value="Fix MD" />
|
||||||
|
<option name="LAST_COMMIT_MESSAGE" value="Fix MD" />
|
||||||
</component>
|
</component>
|
||||||
<component name="XDebuggerManager">
|
<component name="XDebuggerManager">
|
||||||
<breakpoint-manager>
|
<breakpoint-manager>
|
||||||
|
|
|
@ -24,9 +24,10 @@ Usage: sherly -f inputfolder1 inputfolder2 inputfolder3 [options]...
|
||||||
yay -S sherly-git
|
yay -S sherly-git
|
||||||
#just replace yay with your aur helper of choise
|
#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"
|
# 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".
|
||||||
|
|
||||||
|
|
||||||
## Supported Platforms
|
## Supported Platforms
|
||||||
|
|
Reference in a new issue