Skip to content

Commit af3d6be

Browse files
committed
docs: delete graalvm section and update readme
1 parent 0fdce44 commit af3d6be

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@ mvn clean test
101101
>
102102
> ![](illustrations/intellij-maven-runner-configuration.png)
103103
104-
API Server
104+
API Server : [jsgenerator-api](./README.api.md)
105105
```shell
106106
# After starting the server, visit http://localhost:8080
107107
mvn --also-make --projects jsgenerator-api clean spring-boot:run
108108
```
109109

110-
Command Line Interface (CLI)
110+
Command Line Interface (CLI) : [jsgenerator-cli](./README.cli.md)
111111
```shell
112112
# After reading the help, play out with different CLI options
113113
mvn --also-make --projects jsgenerator-cli clean spring-boot:run -Dspring-boot.run.arguments=--help
@@ -121,9 +121,6 @@ mvn --also-make --projects :jsgenerator-cli clean spring-boot:run -Dspring-boot.
121121
```shell
122122
# Will compile all the modules into JAR (or FAT JAR - see the table above)
123123
mvn clean package
124-
125-
# Additionally, build CLI into native executable (require GraalVM - see requirements above)
126-
./cli-build.sh
127124
```
128125

129126
# Contribute

cli-build.sh

-16
This file was deleted.

0 commit comments

Comments
 (0)