From 4e22703b9293552078476d74966ee3cd6307fb1e Mon Sep 17 00:00:00 2001 From: Luis Verde Arregoitia Date: Mon, 9 Sep 2024 16:34:27 -0600 Subject: [PATCH] consistent dev install instructions (#2571) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ba4dbcb43..f2f2015e69 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ If you want to use the rmarkdown package outside of RStudio, you can install the install.packages("rmarkdown") ``` -If you want to use the development version of the rmarkdown package (either with or without RStudio), you can install the package from GitHub via the [**remotes** package](https://remotes.r-lib.org): +If you want to use the development version of the rmarkdown package (either with or without RStudio), you can install the package from GitHub via the [**pak** package](https://pak.r-lib.org): ```r # install.packages("pak")