Skip to content

Commit

Permalink
Synchronized to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-ambrosio committed Oct 14, 2021
1 parent 8fee869 commit de31185
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 @@ -92,7 +92,7 @@ To build your own Designer from daily snapshots, see the [note for developers](h
mvn clean package -Pfrontend -Pnative-image
```
```bash
./target/xoom-designer gui
./target/xoom-designer designer
```
More details [GraalVM](GraalVM.md)

Expand All @@ -116,14 +116,14 @@ After making changes, from the root project directory build and run the designer
```
$ mvn clean package -P frontend
...
$ java -jar target/xoom-designer-1.8.8-SNAPSHOT.jar gui
$ java -jar target/xoom-designer-1.8.8-SNAPSHOT.jar
```
On Windows, do this:

```
C:\[git-clone-path]> mvn clean package -P frontend
...
C:\[git-clone-path]> java -jar target\xoom-designer-1.8.8-SNAPSHOT.jar gui
C:\[git-clone-path]> java -jar target\xoom-designer-1.8.8-SNAPSHOT.jar
```

We look forward to your VLINGO XOOM contribution!
Expand Down

0 comments on commit de31185

Please sign in to comment.