Skip to content

Commit 2d7f1d1

Browse files
committed
fix user specific path
Signed-off-by: Piet Gömpel <pietgoempel@gmail.com>
1 parent ed8f8ea commit 2d7f1d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code_generator/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ python3 generate_cpp.py --schemas ~/ocpp-schemas/v21/ --out ~/checkout/everest-w
2727
The script [generate_everest_types.py](common/generate_cpp.py) can be used to generate EVerest YAML type definitions using OCPP2.0.1 and OCPP2.1 JSON schemas.
2828

2929
```bash
30-
python3 generate_everest_types.py --schemas ~/Downloads/ocpp21_part3_JSON/ocpp21_part3_JSON/ --out <outfile> --types <comma-seperated-list-of-ocpp-types>
30+
python3 generate_everest_types.py --schemas <json-schema-dir> --out <outfile> --types <comma-seperated-list-of-ocpp-types>
3131
```
3232

3333
e.g.

0 commit comments

Comments
 (0)