Skip to content

Commit

Permalink
Use pak for dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Mar 20, 2023
1 parent e875601 commit 25497af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ This R package stands on the shoulders of two giants to support typesetting with
You may install this package from Github:

```r
remotes::install_github('rstudio/pagedown')
# install.packages("pak")
pak::pak('rstudio/pagedown')
```

This package requires a recent version of Pandoc (>= 2.2.3). If you use RStudio, you are recommended to install the [latest version](https://posit.co/download/rstudio-desktop/) (>= 1.2.1335), which has bundled Pandoc 2.x, otherwise you need to install Pandoc separately.
Expand Down

0 comments on commit 25497af

Please sign in to comment.