Skip to content

Commit

Permalink
Merge pull request #566 from luisDVA/devinstall
Browse files Browse the repository at this point in the history
update dev version install instructions
  • Loading branch information
rich-iannone authored Sep 11, 2024
2 parents a48b998 + 4c56cc5 commit ead16a3
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 @@ -358,7 +358,8 @@ install.packages("pointblank")
You can also install the development version of **pointblank** from **GitHub**:

``` r
devtools::install_github("rstudio/pointblank")
# install.packages("pak")
pak::pak("rstudio/pointblank")
```

If you encounter a bug, have usage questions, or want to share ideas to
Expand Down

0 comments on commit ead16a3

Please sign in to comment.