Skip to content

Commit 86f4b33

Browse files
committed
added md
1 parent 9c49a08 commit 86f4b33

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
name: "${{ steps.version.outputs.version }} Nixie"
5252
tag_name: ${{ steps.version.outputs.version }}
5353
generate_release_notes: true
54-
body_path:
54+
body_path: ./release-template.md

release-template.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@ Open Source Framework for Robotics and Creative Machine Control
44

55
*You know, for robots!*
66

7-
87
* Project Website http://myrobotlab.org
98

109
* Project Discord https://discord.gg/AfScp5x8r5
1110

1211
* [JavDocs](https://build.myrobotlab.org:8443/job/myrobotlab/job/develop/$build/artifact/target/site/apidocs/org/myrobotlab/service/package-summary.html)
1312

13+
* To start MyRobotLab, download the latest 'myrobotlab.zip', extract the contents, and then execute the appropriate startup script for your operating system. For example, on Windows, double click on the myrobotlab.bat file. On Linux or Mac, execute the myrobotlab.sh script.
14+
1415
## Base Requirements
1516

16-
You will need Java 11 or newer. If you are only running MyRobotLab you need the JRE (Java Runtime Environment.) If you are going to be building from source, you'll need the JDK (Java Development Kit) Oracle or OpenJDK will work.
17+
You will need Java 11 or newer. If you are only running MyRobotLab you need the JRE (Java Runtime Environment.) If you are going to be building from source, you'll need the JDK (Java Development Kit) Oracle or OpenJDK will work.

0 commit comments

Comments
 (0)