Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indicate that Wix version 3 is required in the readme #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ Building the project requires the following tools:

* [JDK 15+](https://adoptopenjdk.net/)

* [WiX Toolset](https://wixtoolset.org/) (Windows Only)
* [WiX Toolset](https://wixtoolset.org/) (Windows Only, version 3 required)

To build the project, clone the repository and run `mvn package`. To run the project, navigate to `target-fat-jar` and
run `java -jar vatsim-map-[VERSION]-fat.jar`

## Acknowledgements

VATprism uses the [VAT-Spy Client Data Update Project](https://github.com/vatsimnetwork/vatspy-data-project) as a source
of static data and the [VATSIM API](https://api.vatsim.net/api/) as a source of dynamic data.
of static data and the [VATSIM API](https://api.vatsim.net/api/) as a source of dynamic data.