diff --git a/doc/development_guide.md b/doc/development_guide.md
index 0415acd5763ca2592eac7ab3e866be592855ee85..10fcb0187bc25d68219142146e7525a2b0dfe547 100644
--- a/doc/development_guide.md
+++ b/doc/development_guide.md
@@ -3,10 +3,16 @@
 ## In a post-it
 
 ```bash
+# Install NodeJS v12
 nvm use 12
+npm install -g yarn 
+
+# Clone and compile from source
 git clone git@git.duniter.org:clients/cesium-grp/cesium.git
 cd cesium
 yarn
+
+# Run the App !
 yarn run start
 ```