From 1c442c1a566c8f213d7a1d104e98c7cfb9255286 Mon Sep 17 00:00:00 2001
From: BEAUVAIS ANTOINE <antoine.beauvais@etu.unistra.fr>
Date: Fri, 24 Sep 2021 11:07:29 +0200
Subject: [PATCH] Added instructions to stop the program.

---
 README.fr.md | 11 +++++++++++
 README.md    | 11 +++++++++++
 2 files changed, 22 insertions(+)

diff --git a/README.fr.md b/README.fr.md
index 914cc68..836b539 100644
--- a/README.fr.md
+++ b/README.fr.md
@@ -63,6 +63,17 @@ Sur Microsoft Windows, utilisez :
 Quand l'application tourne, vous pouvez y accéder à travers l'adresse URL 
 [http://127.0.0.1:8080/](http://127.0.0.1:8080/).
 
+Pour l'arrêter, vous devriez pouvoir utiliser le raccourci clavier CTRL+C. Sinon, lancez un autre 
+terminal dans le dossier du projet et exécutez :
+
+```
+./gradlew stop
+```
+ou, sur Microsoft Windows,
+```
+.`gradlew stop
+```
+
 ### Appel de l'API
 
 TODO: Ajouter la spécification OpenAPI.
diff --git a/README.md b/README.md
index 3cc405e..2ab752b 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,17 @@ On Microsoft Windows, use:
 
 When running, you can reach the application at [http://127.0.0.1:8080/](http://127.0.0.1:8080/).
 
+To stop it, you should be able to use the CTRL+C keyboard shortcut. Otherwise, run another terminal 
+in the project folder and use:
+
+```
+./gradlew stop
+```
+or, on Microsoft Windows,
+```
+.`gradlew stop
+```
+
 ### Calling the API
 
 TODO: Add OpenAPI specification.
-- 
GitLab