summaryrefslogtreecommitdiffstats
path: root/certService/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'certService/README.md')
-rw-r--r--certService/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/certService/README.md b/certService/README.md
index 16ad0d15..5a650f1c 100644
--- a/certService/README.md
+++ b/certService/README.md
@@ -18,6 +18,12 @@ More information about the project and all its functionalities you can find unde
mvn spring-boot:run
```
+
+### Running Locally with Developer Tools
+ ```
+ mvn spring-boot:run -Pdev
+
+ ```
### Project building
```