Skip to content

Commit b6395af

Browse files
committed
update README.md
1 parent 213327f commit b6395af

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,29 @@ If you want to modify script or templates and you can run code locally.
1313
Requires `Go 1.21` or higher.
1414

1515
1. Set up the project and tools by running
16-
```
16+
```bash
1717
make project-tools
1818
```
1919
2. Download Open Api Specifications (OAS), that are the input for the SDK generation, by running
20-
```
20+
```bash
2121
make download-oas
2222
```
2323
This step needs to be done only at the first start and when OAS updates are present.
24-
3. Run the SDK generation for testing by
24+
3. Run the Go SDK generation for testing by
25+
```bash
26+
make generate-go-sdk
27+
```
28+
The output goes to the `./sdk-repo-updated` folder.
29+
1. Run the Python SDK generation for testing by
30+
```bash
31+
make generate-python-sdk
2532
```
26-
make generate-sdk
33+
The output goes to the `./sdk-repo-updated` folder.
34+
2. Run the Java SDK generation for testing by
35+
```bash
36+
make generate-java-sdk
2737
```
28-
The output goes to the `./sdk` folder.
38+
The output goes to the `./sdk-repo-updated` folder.
2939

3040
## Reporting issues
3141

0 commit comments

Comments
 (0)