diff --git a/README.md b/README.md index 44d6c7a469..56bca34f6e 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,12 @@ Build the binary (first time may require installing new JDK version). This build ./gradlew build ``` +To skip tests. + +``` +./gradlew assemble +``` + Run the Polaris server locally on localhost:8181 ```