commande qui fonctionne

This commit is contained in:
Mylloon 2021-05-22 00:24:14 +02:00
parent da55e4cfd1
commit eda6c12b2d

View file

@ -1,4 +1,4 @@
# Pendu
Mon premier pendu tout language confondu, s'il y a des approximations tu peux faire une PR 😀
Pour lancer le pendu : `git clone https://github.com/Mylloon/pendu-C.git && gcc main.c -o main && ./main listeMots.txt` devrait fonctionner.
Pour lancer le pendu : `git clone https://github.com/Mylloon/pendu-C.git && cd pendu-C && gcc main.c -o main && ./main listeMots.txt` devrait fonctionner.