Skip to content

Commit dec1cf3

Browse files
committed
Issue #477 Update docs
1 parent 55e4d94 commit dec1cf3

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,20 @@ A lightweight desktop application for interactively creating and editing diagram
1111

1212
![JetUML Class Diagram](docs/banner.png)
1313

14-
## Download and Installation
14+
## Endorsements
1515

16-
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).
16+
> 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.
17+
— Randall Hudson, Mitre Corporation
18+
19+
## Download
20+
21+
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).
1722

1823
## Privacy Policy
1924

2025
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.
2126

22-
## Support JetUML
2327

24-
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)).
2528

2629
## Documentation
2730

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Starting with Release 3.0, JetUML is distributed in two formats:
2323

2424
Download file `JetUML-<Version>.jar` from the [latest release page](https://github.com/prmr/JetUML/releases), to a local directory.
2525

26-
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.
26+
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).
2727

2828
```shell
2929
javaw --module-path "PATH_TO_JAVAFX_LIB" --add-modules=javafx.controls,javafx.swing,java.desktop,java.prefs -jar JETUML_FILE

0 commit comments

Comments
 (0)