diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bbf9a253e2..b4968faf2f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,4 +51,4 @@ jobs: name: "${{ steps.version.outputs.version }} Nixie" tag_name: ${{ steps.version.outputs.version }} generate_release_notes: true - body_path: + body_path: ./release-template.md diff --git a/release-template.md b/release-template.md index 9704cfa430..0dd0e06299 100644 --- a/release-template.md +++ b/release-template.md @@ -4,13 +4,14 @@ Open Source Framework for Robotics and Creative Machine Control *You know, for robots!* - * Project Website http://myrobotlab.org * Project Discord https://discord.gg/AfScp5x8r5 * [JavDocs](https://build.myrobotlab.org:8443/job/myrobotlab/job/develop/$build/artifact/target/site/apidocs/org/myrobotlab/service/package-summary.html) +* 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. + ## Base Requirements -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. \ No newline at end of file +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.