Browse Source

Correction de README.md

Correction du Markdown (syntaxe)
master
Valentin Moguérou 3 years ago
parent
commit
fa23e92ef3
  1. 21
      README.md

21
README.md

@ -1,4 +1,4 @@
# libcatwalk
# Bibliothèque libcatwalk
La bibliothèque du jeu Catwalk, servant de base pour que ses différentes interfaces puissent fonctionner
@ -16,24 +16,29 @@ Ainsi, les fichiers sont installés dans :
## Instructions d'installation
1. En premier lieu, il faut cloner le dépôt : ```shell
1. En premier lieu, il faut cloner le dépôt :
```
$ git clone https://git.kaz.bzh/valentin/libcatwalk.git
```
2. Ensuite, il faut compiler la bibliothèque : ```shell
2. Ensuite, il faut compiler la bibliothèque :
```
$ make
```
3. Enfin, il faut installer la bibliothèque : ```shell
3. Enfin, il faut installer la bibliothèque :
```
$ sudo make install
```
ou ```shell
ou
```
# make install
```
## Désinstallation
```shell
```
$ sudo make uninstall
```
ou ```shell
# make uninstall
ou
```
# make uninstall
```
Loading…
Cancel
Save