diff --git a/README.md b/README.md index 65cba3f..c51fb2c 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ if (!requireNamespace("remotes", quietly = TRUE)) { install.packages("remotes") } -remotes::install_github("e-kotov/rJavaEnv", force = TRUE) +remotes::install_github("e-kotov/rJavaEnv@dev", force = TRUE) ``` ## Simple Example diff --git a/README.qmd b/README.qmd index 0828b8b..58ecb93 100644 --- a/README.qmd +++ b/README.qmd @@ -69,7 +69,7 @@ if (!requireNamespace("remotes", quietly = TRUE)) { install.packages("remotes") } -remotes::install_github("e-kotov/rJavaEnv", force = TRUE) +remotes::install_github("e-kotov/rJavaEnv@dev", force = TRUE) ``` ## Simple Example