Correction de README.md
Correction du Markdown (syntaxe)
This commit is contained in:
parent
0d08cf9d05
commit
fa23e92ef3
19
README.md
19
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
|
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
|
## 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
|
$ 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
|
$ make
|
||||||
```
|
```
|
||||||
3. Enfin, il faut installer la bibliothèque : ```shell
|
3. Enfin, il faut installer la bibliothèque :
|
||||||
|
```
|
||||||
$ sudo make install
|
$ sudo make install
|
||||||
```
|
```
|
||||||
ou ```shell
|
ou
|
||||||
|
```
|
||||||
# make install
|
# make install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Désinstallation
|
## Désinstallation
|
||||||
|
|
||||||
```shell
|
```
|
||||||
$ sudo make uninstall
|
$ sudo make uninstall
|
||||||
```
|
```
|
||||||
ou ```shell
|
ou
|
||||||
|
```
|
||||||
# make uninstall
|
# make uninstall
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user