Skip to content

Commit

Permalink
Minor fixes in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Yatekii committed Oct 28, 2019
1 parent 054c7dc commit 83a8043
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ Then run

```
mvn package
mvn mvn package assembly:single
mvn package assembly:single
```

This should build the `gecko/target/gecko-1.0-jar-with-dependencies.jar`.
This should build the `target/gecko-1.0-jar-with-dependencies.jar`.
It should have a proper class path set and includes all the dependency libs.

## Running

Run it with

```java -jar gecko-1.0-jar-with-dependencies.jar```
```java -jar target/gecko-1.0-jar-with-dependencies.jar```

To run on HiDPI screens, use

Expand Down

0 comments on commit 83a8043

Please sign in to comment.