We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97bbb3d commit 2c3a332Copy full SHA for 2c3a332
1 file changed
README.md
@@ -30,6 +30,8 @@ curl -L -X POST 'http://127.0.0.1:8080/client' -H 'Content-Type: application/jso
30
```
31
# local dev
32
```bash
33
+curl -fsSL https://raw.githubusercontent.com/metalbear-co/mirrord/main/scripts/install.sh | bash
34
+
35
mirrord exec -n javahttpclient --target deployment/javahttpclient -- ./mvnw spring-boot:run
36
37
0 commit comments