aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 941a734..0dce1c5 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ AAI can be compiled easily with a `mvn clean install -DskipTests`. Integration t
## Starting AAI
In a local development environment run:
``` bash
-mvn -N -P runAjsc
+mvn spring-boot:run
```
You have to be in the `aai-resources` folder for that to work!