diff --git a/README.Rmd b/README.Rmd index e6edb73..950ad17 100644 --- a/README.Rmd +++ b/README.Rmd @@ -26,7 +26,9 @@ This checks that Posit Workbench has been correctly installed. To install the R package, run ```{r, eval = FALSE} -remotes::install_github("github/audit.workbench") +install.packages('audit.workbench', + repos = c('https://jumpingrivers.r-universe.dev', + 'https://cloud.r-project.org')) ``` ## Usage diff --git a/README.md b/README.md index 09344ae..b83036a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ This checks that Posit Workbench has been correctly installed. To install the R package, run ``` r -remotes::install_github("github/audit.workbench") +install.packages('audit.workbench', + repos = c('https://jumpingrivers.r-universe.dev', + 'https://cloud.r-project.org')) ``` ## Usage