From 9b4937f44c129436d4e8bfca86e1712b8601dda9 Mon Sep 17 00:00:00 2001 From: saumyapandyaa <64671058+saumyapandyaa@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:35:39 -0400 Subject: [PATCH] Remove extra options to stop dev mode (#54) Co-authored-by: Gilbert Kwan --- README.adoc | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/README.adoc b/README.adoc index 4e39123..2b2c126 100644 --- a/README.adoc +++ b/README.adoc @@ -322,23 +322,7 @@ Results: Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 ---- -When you are done checking out the services, exit dev mode by pressing `CTRL+C` in the command-line sessions where you ran the `system` and `client` services, or by typing `q` and then pressing the `enter/return` key. Alternatively, you can run the `liberty:stop` goal from the `start` directory in another command-line session for the `system` and `client` services: -// static guide instruction -ifndef::cloud-hosted[] -[role="command"] ----- -mvn -pl system liberty:stop -mvn -pl client liberty:stop ----- -endif::[] -// cloud hosted instruction -ifdef::cloud-hosted[] -```bash -cd /home/project/guide-jakarta-websocket/start -mvn -pl system liberty:stop -mvn -pl client liberty:stop -``` -endif::[] +When you are done checking out the services, exit dev mode by pressing `CTRL+C` in the command-line sessions where you ran the `system` and `client` services. // ================================================================================================= // Great work! You're done!