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 +```