From 3ad5bcf819b20ad67ce66a725c3fc73203357864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Fri, 7 Mar 2025 11:24:40 +0100 Subject: [PATCH] README update --- ChatApp/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChatApp/README.md b/ChatApp/README.md index 11d25df..f96ea84 100644 --- a/ChatApp/README.md +++ b/ChatApp/README.md @@ -25,6 +25,15 @@ You can create a server by launching: .\gradlew server # Windows ``` +If you want to create a server on a specific port, you can use: + +```shell +./gradlew server --args="port" # Linux +.\gradlew server --args="port" # Windows +``` + +where `port` is the port you want to use. + This will create the server on a random port available and indicate it through the terminal. To launch the server on a particular port, simply use: