Skip to content

Commit

Permalink
Issue #477 Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
prmr committed Dec 5, 2022
1 parent 55e4d94 commit dec1cf3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:[email protected]).

## 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:[email protected])).

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Starting with Release 3.0, JetUML is distributed in two formats:

Download file `JetUML-<Version>.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
Expand Down

0 comments on commit dec1cf3

Please sign in to comment.