diff --git a/README.md b/README.md
index ad6877d07f194a60b795d817ca1038d7653533b5..2c53815194778a8c2582b8584995d7acd67ed79f 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,10 @@ The `compo.EDA` package provides tools for data analysis specifically tailored f
 
 In order to install the EDA package on your computer you will have to :
   - `devtools` must be installed (`install.packages("devtools")` if not installed)
-  - Use setwd() to place yourself directory where the EDA package is.
+  - Use setwd() to place yourself in the parent directory of the compo.EDA package.
   - Then
 ``` r
-devtools::install(".", build_vignettes = TRUE)
+devtools::install("compo.EDA", build_vignettes = TRUE)
 ```
 will automatically install the package. You might need to additionally install manually the `ggpp` and `sjmisc` packages.