From 69a993ea31c8d6827761334d5968b558d9046ea1 Mon Sep 17 00:00:00 2001 From: Allan POINT Date: Mon, 13 Dec 2021 08:08:02 +0100 Subject: [PATCH] Change README.md --- README.md | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 39142b8..ac5f4ac 100644 --- a/README.md +++ b/README.md @@ -24,24 +24,28 @@ Nous développerons successivement les versions suivantes : ### On Linux: -* git clone [urlToThisRepo] -* cd [thisRepo] -* git submodule init -* git submodule update -* mkdir bin -* cd bin -* cmake .. -* make -* ./Pontu +```BASH +git clone [urlToThisRepo] +cd [thisRepo] +git submodule init +git submodule update +mkdir bin +cd bin +cmake .. +make +./Pontu +``` ### On Windows: -* git clone [urlToThisRepo] -* cd [thisRepo] -* git submodule init -* git submodule update -* mkdir bin -* cd bin -* cmake .. -* mingw32-make -* ./Pontu +```BASH +git clone [urlToThisRepo] +cd [thisRepo] +git submodule init +git submodule update +mkdir bin +cd bin +cmake .. +mingw32-make +./Pontu +```