diff --git a/README.md b/README.md index 4884d36..f2623cc 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ instructions in the README to run it on your computer. install.packages("mobsim") # Or the development version from GitHub: -remotes::install_github("MoBiodiv/mobsim", build_vignettes = TRUE) +pak::pkg_install("MoBiodiv/mobsim") ``` Please report bug reports on diff --git a/README.qmd b/README.qmd index 9a91dc3..87d3fee 100644 --- a/README.qmd +++ b/README.qmd @@ -46,7 +46,7 @@ in the README to run it on your computer. install.packages("mobsim") # Or the development version from GitHub: -remotes::install_github("MoBiodiv/mobsim", build_vignettes = TRUE) +pak::pkg_install("MoBiodiv/mobsim") ``` Please report bug reports on [github](https://github.com/MoBiodiv/mobsim/issues).