Skip to content

Commit

Permalink
v0.8.1: fixed a typo in the desktop getting started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
00-Evan committed Jun 18, 2020
1 parent 27f1313 commit 613fcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ A JAR (Java ARchive) is a file used to distribute Java applications. Just as wit

Note that by distributing your modification of Shattered Pixel Dungeon, you are bound by the terms of the GPLv3 license, which requires that you make any modifications you have made open-source. If you followed this guide and are using version control, that is already set up for you as your forked repository is publicly hosted on GitHub. Just make sure to push any changes you make back to that repository.

Note that JAR files will require a (Java runtime enviroment)[https://java.com/en/download/win10.jsp] to be installed on a user's computer in order to work. In future this codebase will likely be expanded to allow bundling a java runtime with the application, so that a simple runnable EXE file can be generated.
Note that JAR files will require a [Java runtime enviroment](https://java.com/en/download/win10.jsp) to be installed on a user's computer in order to work. In future this codebase will likely be expanded to allow bundling a java runtime with the application, so that a simple runnable EXE file can be generated.

0 comments on commit 613fcb4

Please sign in to comment.