fix markdown format

This commit is contained in:
LordMZTE 2021-07-18 12:35:35 +02:00
parent 68b1c579ba
commit f31cb52020

View file

@ -4,20 +4,24 @@
### move ### move
`move [location]` `move [location]`
`move` is simplest install step of all. It just moves the selected file to `move` is simplest install step of all. It just moves the selected file to
the given location. the given location.
### extract ### extract
`extract [location]` `extract [location]`
`extract` can be used with zip files, to extract the contents of the zip file `extract` can be used with zip files, to extract the contents of the zip file
to the given location. to the given location.
### rename ### rename
`rename [new name]` `rename [new name]`
`rename` renames the selected file to the new given filename. `rename` renames the selected file to the new given filename.
### execute ### execute
`execute [location] [arguments]` `execute [location] [arguments]`
`execute` can be used with an executable jar file. The jar file will be executed with the given arguments and `execute` can be used with an executable jar file. The jar file will be executed with the given arguments and
the given location as working directory. A client should inform the user before just executing the file and the given location as working directory. A client should inform the user before just executing the file and
ask them for permission to do so and/or it should execute the jar in a closed environment like a container ask them for permission to do so and/or it should execute the jar in a closed environment like a container
@ -25,6 +29,7 @@ to prevent malicous code from running.
### select ### select
`select [filename]` `select [filename]`
`select` is used to select the file with the given file name for other installation steps. `select` is used to select the file with the given file name for other installation steps.
The file name can also be a relative path, if the file is not directly in the Minecraft directory. The file name can also be a relative path, if the file is not directly in the Minecraft directory.
If no file name is given, the selection resets to the original file itself, also if it was already moved to another location. If no file name is given, the selection resets to the original file itself, also if it was already moved to another location.