diff --git a/README.md b/README.md
index 39677254535fd4772e5aae7cf296afd39951dfbb..6b7e52714a474b68a2665e5ec1e1fbce1d463418 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,13 @@
 # Basic example of using Davis 
 
+## Install Dependencies locally
+
+`./gradlew getJBotsim`
 
 ## Without IDE
 
-1. Write your java algorithm into the src folder : `MyAlgo.java`
-2. Modify `args` parameters for task `davis` in `build.gradle`.
+1. Write your java algorithm into the `src` folder : `MyAlgo.java`
+2. Modify `commandLine` parameters for task `davis` in `build.gradle`.
 3. Run
 ```
 ./gradlew davis
@@ -19,16 +22,12 @@ You can collect all your examples in `scenario` file
 
 ## Getting started with Intellij
 
-1. Clone the basic example repository :
-```
-git clone https://gitlab.lis-lab.fr/davis/basic-example.git
-```
-2. Open IntelliJ and load project :
+ Open IntelliJ and load project :
 ```
 File/Open
 ```
 
-Choose the basic-example folder and click ok for *auto-import*.
+Choose the `basic-example` folder and click ok for *auto-import*.
 
 
 ## Write new algorithm