Skip to content

Commit

Permalink
Prefer pak for installing dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Mar 12, 2023
1 parent b29914b commit b904f73
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 @@ -44,7 +44,8 @@ install.packages("reprex")
or get a development version from GitHub:

``` r
devtools::install_github("tidyverse/reprex")
# install.packages("pak")
pak::pak("tidyverse/reprex")
```

On Linux, you probably want to install
Expand Down

0 comments on commit b904f73

Please sign in to comment.