diff --git a/README.md b/README.md index fa40c11..9e537fe 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,15 @@ install.packages("remotes") in the R console. Then, run +```R +remotes::install_github(repo = "MindTheGap-ERC/admtools", + build_vignettes = TRUE, + ref = "HEAD", + dependencies = TRUE) +``` + +to install the latest verision of the `admtools` package. Last, run + ```R remotes::install_github(repo = "MindTheGap-ERC/StratPal", build_vignettes = TRUE,