Skip to content

Commit db540b8

Browse files
committed
fixes
1 parent 24a765b commit db540b8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ compiled into JVM bytecode.
1414

1515
## How to use it?
1616

17-
Download the latest version of ``queenc`` from [here](https://github.com/jvmqueen/queen-of-java/packages) (download the latest from ``Assets``).
18-
``queenc`` itself is written in Java 11, therefore you need to have at least Java 11 installed, in order to use it.
17+
Download the latest version of ``queen-of-java-x.y.z.jar`` from [here](https://github.com/jvmqueen/queen-of-java/packages) (download the latest from ``Assets``).
18+
Rename it to ``queenc.jar``, just for easier usage. ``queenc`` itself is written in Java 11, therefore you need to have at least Java 11 installed, in order to use it.
1919

2020
To print ``help``:
2121

@@ -56,7 +56,7 @@ public final implementation EntryPoint {
5656
And execute it like this:
5757

5858
```bash
59-
$ java -jar queenc.jar -f EntryPoint.queen && java ./org/queenlang/helloworld/EntryPoint.java
59+
$ java -jar queen-of-java-0.0.1.jar -f EntryPoint.queen && java ./org/queenlang/helloworld/EntryPoint.java
6060
$ Queen says Hello World!
6161
```
6262

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
</dependency>
6767
</dependencies>
6868
<build>
69+
<finalName>queenc</finalName>
6970
<resources>
7071
<resource>
7172
<directory>src/main/resources</directory>
@@ -113,7 +114,6 @@
113114
<descriptorRefs>
114115
<descriptorRef>jar-with-dependencies</descriptorRef>
115116
</descriptorRefs>
116-
<finalName>queenc</finalName>
117117
<appendAssemblyId>false</appendAssemblyId>
118118
</configuration>
119119
</execution>

0 commit comments

Comments
 (0)