Skip to content

Commit

Permalink
Update docs/UserGuide.md
Browse files Browse the repository at this point in the history
Co-authored-by: Wu Xiaoyun <w.xy020203@gmail.com>
  • Loading branch information
belligerentbeagle and wxiaoyun authored Apr 10, 2024
1 parent 6700db4 commit 8529f92
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,10 +595,11 @@ target computer.
3. Enter `java -jar TAPro.jar` and the TAPro Application should launch.

**Method 2**: Using `.bat/.sh` Scripts
1. Create a new text file and paste the following line into the file:
```
java -jar [JAR file location]/TAPro.jar
```
1. Create a new text file and paste the following code into the file and edit it according to the comments:
```sh
java -jar <abosute_path_to_TAPro.jar>
# Replace "<abosute_path_to_TAPro.jar>" with the path to TAPro on your system
# Example on linux: java -jar /home/linus/Downloads/TAPro.jar
2. Save the file as `TAPro.bat` (Windows) or `TAPro.sh` (macOS/Linux).
3. Change the admin settings of the script to allow it to run as a program:
- Windows: Right-click on the script and select Properties. Under General, check the box that says `Allow this file to run as a program`.
Expand Down

0 comments on commit 8529f92

Please sign in to comment.