From c36ee0c2f83f35d326a4635a13b18c02534e64bf Mon Sep 17 00:00:00 2001
From: Remi  PLANEL <rplanel@pasteur.fr>
Date: Mon, 6 Nov 2023 10:19:31 +0100
Subject: [PATCH] Add some doc to start app locally

---
 README.md | 30 +++---------------------------
 1 file changed, 3 insertions(+), 27 deletions(-)

diff --git a/README.md b/README.md
index 4abe72ad..21d61f9f 100755
--- a/README.md
+++ b/README.md
@@ -4,30 +4,6 @@
 
 You can propose modifications for all the content (cf: [help](https://defense-finder.pasteur.cloud/wiki/help)).
 
-### Custom containers
-
-```
-::info
-This is an info box
-::
-
-::tip
-This is a tip box
-::
-
-::warning
-This is a warning box
-::
-
-::danger
-This is a danger box
-::
-
-::expansion-details
-There is some details
-::
-```
-
 ### How to use references in the wiki pages
 
 You can add article references by providing a doi directly in the markdown files.
@@ -69,15 +45,15 @@ For person external, you can create an [issue](https://gitlab.pasteur.fr/mdm-lab
 
 1. install `Docker` and `Docker Compose` ([installation guide](https://docs.docker.com/engine/install/))
 
-2. Clone the repo
+2. **Clone the repo**
 ```sh
 git clone https://gitlab.pasteur.fr/mdm-lab/wiki.git`
 ```
-3. Go to the repo : 
+3. **Go to the repo :**
 ```sh
 cd wiki
 ```
-4. Start the app:
+4. **Start the app:**
 ```sh
 docker compose up --build
 ```
-- 
GitLab