Skip to content

Commit

Permalink
Show pak for installing dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Mar 10, 2023
1 parent 6b8ced5 commit 2d4403a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ Alternatively, if you need the development version from
[GitHub](https://github.com/) install it with:

``` r
# install.packages("devtools")
devtools::install_dev("vroom")
# install.packages("pak")
pak::pak("tidyverse/vroom")
```
## Usage

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Alternatively, if you need the development version from
[GitHub](https://github.com/) install it with:

``` r
# install.packages("devtools")
devtools::install_dev("vroom")
# install.packages("pak")
pak::pak("tidyverse/vroom")
```

## Usage
Expand Down

0 comments on commit 2d4403a

Please sign in to comment.