From 0d08cf9d050d562060a2d520b2638a0c1a02b23a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Sun, 31 Oct 2021 10:33:58 +0100 Subject: [PATCH] Correction du README.md --- README.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8fcb818..28cd1aa 100644 --- a/README.md +++ b/README.md @@ -17,16 +17,23 @@ Ainsi, les fichiers sont installés dans : ## Instructions d'installation 1. En premier lieu, il faut cloner le dépôt : ```shell -$ git clone https://git.kaz.bzh/valentin/libcatwalk.git``` +$ git clone https://git.kaz.bzh/valentin/libcatwalk.git +``` 2. Ensuite, il faut compiler la bibliothèque : ```shell -$ make``` -3. Enfin, il faut installer la bibliothèque :```shell -$ sudo make install``` ou ```shell -# make install``` +$ make +``` +3. Enfin, il faut installer la bibliothèque : ```shell +$ sudo make install +``` +ou ```shell +# make install +``` ## Désinstallation ```shell $ sudo make uninstall -```ou ```shell -# make uninstall``` +``` +ou ```shell +# make uninstall +```