Browse Source

Correction du README.md

master
Valentin Moguérou 3 years ago
parent
commit
0d08cf9d05
  1. 21
      README.md

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

Loading…
Cancel
Save