diff --git a/README.md b/README.md index a21e830bf..9fcec5873 100644 --- a/README.md +++ b/README.md @@ -11,17 +11,20 @@ A lightweight desktop application for interactively creating and editing diagram ![JetUML Class Diagram](docs/banner.png) -## Download and Installation +## Endorsements -JetUML is available both as a self-contained application and as a Java archive file under the terms of the [GNU General Public License v3](https://www.gnu.org/licenses/gpl.html). Download the application from the [latest release](https://github.com/prmr/JetUML/releases) page and if necessary see the [installation guide](docs/install.md). +> I do a fair bit of modeling with some commercial tools which can be quite heavyweight. Whenever I need to quickly sketch out a design before writing code I prefer JetUML in most cases. + — Randall Hudson, Mitre Corporation + +## Download + +JetUML is available both as a self-contained application and as a Java archive file under the terms of the [GNU General Public License v3](https://www.gnu.org/licenses/gpl.html). Download the application from the [latest release](https://github.com/prmr/JetUML/releases) page and if necessary see the [installation guide](docs/install.md). Please consider supporting the project by starring this repo and by [writing an endorsement](mailto:jetuml@cs.mcgill.ca). ## Privacy Policy JetUML does not collect any information, personal or otherwise. The application only accesses the network to open web pages via the commands in the Help menu. -## Support JetUML -JetUML is entirely free. You can support the project by starring this repo and by writing an endorsement ([contact us](mailto:jetuml@cs.mcgill.ca)). ## Documentation diff --git a/docs/install.md b/docs/install.md index d871bde25..c018539ec 100644 --- a/docs/install.md +++ b/docs/install.md @@ -23,7 +23,7 @@ Starting with Release 3.0, JetUML is distributed in two formats: Download file `JetUML-.jar` from the [latest release page](https://github.com/prmr/JetUML/releases), to a local directory. -To run JetUML, open a command-line terminal window and enter the command below from the same directory where you downloaded the file, or write a script to execute it more conveniently. +To run JetUML, open a command-line terminal window and enter the command below from the same directory where you downloaded the file, or write a script to execute it more conveniently (use `java` instead of `javaw` on OSX/Linux). ```shell javaw --module-path "PATH_TO_JAVAFX_LIB" --add-modules=javafx.controls,javafx.swing,java.desktop,java.prefs -jar JETUML_FILE