Skip to content

Commit 3687455

Browse files
committed
Adapt readme for moved source files
1 parent f1be6ee commit 3687455

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@ Usage
4545

4646
Show command options:
4747

48-
python config_generator_cli.py --help
48+
python src/config_generator_cli.py --help
4949

5050
Generate both service configs and permissions:
5151

52-
python config_generator_cli.py ./tenantConfig.json all
52+
python src/config_generator_cli.py ./tenantConfig.json all
5353

5454
Generate service config files:
5555

56-
python config_generator_cli.py ./tenantConfig.json service_configs
56+
python src/config_generator_cli.py ./tenantConfig.json service_configs
5757

5858
Generate permissions file:
5959

60-
python config_generator_cli.py ./tenantConfig.json permissions
60+
python src/config_generator_cli.py ./tenantConfig.json permissions
6161

6262
### Service
6363

@@ -79,7 +79,7 @@ You can change the versions of the schemas that the ConfigGenerator uses for ver
7979

8080
Download JSON schemas:
8181

82-
python download_json_schemas.py master
82+
python src/download_json_schemas.py master
8383

8484

8585
Development
@@ -103,4 +103,4 @@ Run Demo-DB and QGIS Server:
103103

104104
Generate service configs and permissions for Docker:
105105

106-
python config_generator_cli.py ./tenantConfig-example.json all
106+
python src/config_generator_cli.py ./tenantConfig-example.json all

0 commit comments

Comments
 (0)