From 4186fc334699fd2fc940b3b60cca61b6c7b966eb Mon Sep 17 00:00:00 2001
From: BENZEKRY Sebastien <sebastien.benzekry@inria.fr>
Date: Mon, 24 Mar 2025 17:32:17 +0100
Subject: [PATCH] doc

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ad6877d..2c53815 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.
 
-- 
GitLab