Skip to content

Commit c7dceb8

Browse files
Update README run instructions
1 parent d81b48e commit c7dceb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,18 @@ After checking out the code, run this:
4949
```bash
5050
./gradlew shadowJar
5151
```
52-
Your Jarfile should appear at `./build/libs/Webicity-all.jar`.
52+
Your Jarfile should appear at `./WebicityBrowser/build/libs/WebicityBrowser-all.jar`.
5353

5454
## Running a built jar (Windows, Linux)
5555
You can run the application with this command:
5656
```bash
57-
java -XX:MaxHeapFreeRatio=10 -XX:MinHeapFreeRatio=10 -XX:+UseG1GC -jar Webicity-all.jar
57+
java -XX:MaxHeapFreeRatio=10 -XX:MinHeapFreeRatio=10 -XX:+UseG1GC -jar WebicityBrowser-all.jar
5858
```
5959

6060
## Running a built jar (MacOS)
6161
MacOS users must instead this command:
6262
```bash
63-
java -XstartOnFirstThread -XX:MaxHeapFreeRatio=10 -XX:MinHeapFreeRatio=10 -XX:+UseG1GC -jar Webicity-all.jar
63+
java -XstartOnFirstThread -XX:MaxHeapFreeRatio=10 -XX:MinHeapFreeRatio=10 -XX:+UseG1GC -jar WebicityBrowser-all.jar
6464
```
6565

6666
## Disclaimer

0 commit comments

Comments
 (0)