Skip to content
Snippets Groups Projects
Commit 4d98c3f6 authored by MasterPyo's avatar MasterPyo
Browse files

readme final 2

parent db92a0c3
No related merge requests found
......@@ -18,13 +18,13 @@ Ce projet est notre projet de jeu d'échec en java avec le moteur graphique Java
Lancer le jeu avec la commande
```shell
java -jar <chemin du jar>
java -jar <"chemin du jar">
```
### Windows
ouvrir PowerShell
Ouvrir PowerShell
```shell
& <chemin de "java.exe" du dossier de l'installation javaFX> -jar <chemin du jar>
& <"chemin du fichier java.exe du dossier de l'installation javaFX"> -jar <"chemin du jar">
```
## Authors and acknowledgment
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment