Skip to content

Commit

Permalink
consistent dev install instructions (#2571)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisDVA authored Sep 9, 2024
1 parent cda675a commit 4e22703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 4e22703

Please sign in to comment.