diff --git a/README.md b/README.md
index f2d81c5..5564e8b 100644
--- a/README.md
+++ b/README.md
@@ -4,37 +4,55 @@
Moteur graphique qu'est pas croyable tellement qu'il est bien !
> développé par *Victor LASSERRE* et *Valentin SERVIERES*
-
+
+
+
---
Le projet est en cours de création, il peut y avoir des bugs.
+---
+
## Installation
Pour pouvoir utiliser le moteur il vous suffit d'installer les librairies glfw.
> ### Linux
+
* Pour les distributions Debian :
`sudo apt install libglfw3-dev`
* Pour Arch Linux :
- Si vous utilisez X11 (recommandé) : `sudo pacman -Sy glfw-x11`
-
+ Si vous utilisez X11 (recommandé) : `sudo pacman -Sy glfw-x11`
Si vous utilisez Wayland : `sudo pacman -Sy glfw-wayland`
-Dans le repertoire de votre choix
-`git clone https://git.etud.insa-toulouse.fr/serviere/EnginPasTangible.git`
-
-`cd EnginPasTangible/`
+
+Puis, Dans le repertoire de votre choix
+`git clone https://git.etud.insa-toulouse.fr/serviere/EnginPasTangible.git`
+`cd EnginPasTangible/`
`chmod +x run_linux.sh`
Pour compiler et exécuter le programme utilisez `./run_linux main.c`
-
+
Utilisez `git pull origin master` pour mettre à jour votre version du moteur graphique
+
> ### Windows & MacOs
+
+Essayez d'adapter les méthodes montrées ci-dessus, aucune garantie que cela fonctionne (bonne chance).
+
-Essayez d'adapter les méthodes montrées ci-dessus, aucune garantie que cela fonctionne (bonne chance).
\ No newline at end of file
+---
+## Images issues d'EnginPasTangible
+
+* ### V0.2.2
+
+
+ Capture d'écran de la toute première version d'EnginPasTangible (v0.2.2)
+
\ No newline at end of file
diff --git a/screenshots/v0.2.2.png b/screenshots/v0.2.2.png
new file mode 100644
index 0000000..857d05c
Binary files /dev/null and b/screenshots/v0.2.2.png differ