Skip to content

Commit 0386d18

Browse files
authored
docs: fix generator CLI path in README (#1882)
Co-authored-by: Varshitha Besthavemula <varshithabesthavemula@gmail.com>
1 parent b90e127 commit 0386d18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/templates/clients/kafka/java/quarkus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
1. Navigate to `packages/templates/clients/kafka/java/quarkus`
2727
2. Install with `npm install`
2828
3. Navigate back to `./generator`
29-
4. Generate the template client with `node .\apps\generator\cli.js <path-to-custom-document> .\packages\templates\clients\kafka\java\quarkus\ -o outputClient --force-write --param server=<custom-server>`
29+
4. Generate the template client with `node .\apps\generator\test\cli.js <path-to-custom-document> .\packages\templates\clients\kafka\java\quarkus\ -o outputClient --force-write --param server=<custom-server>`
3030
5. Navigate to `outputClient` or any other name you gave the output folder
3131
6. Navigate to the docker folder with `cd src/main/docker` and find the `docker-compose.yaml` file.
3232
7. Start the kafka broker by runnning `docker-compose up -d`. Make sure you have docker desktop up and running.

packages/templates/clients/websocket/java/quarkus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ You can use our AsyncAPI's credentials to access different set of events produce
7575
2. Navigate to `packages/templates/clients/websocket/java/quarkus`
7676
3. Install with `npm install`
7777
4. Navigate back to `./generator`
78-
5. Generate the template client with `node .\apps\generator\cli.js <path-to-custom-document> .\packages\templates\clients\websocket\java\quarkus\ -o outputClient --force-write --param server=<custom-server>`
78+
5. Generate the template client with `node .\apps\generator\test\cli.js <path-to-custom-document> .\packages\templates\clients\websocket\java\quarkus\ -o outputClient --force-write --param server=<custom-server>`
7979
6. Navigate to `outputClient` or any other name you gave the output folder
8080
7. Run `mvn quarkus:dev`
8181
8. See the output in the terminal

0 commit comments

Comments
 (0)