diff --git a/README.md b/README.md index 7414a8d888..ccb6023a7b 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ Install from CRAN: install.packages("plotly") ``` -Or install the latest development version (on GitHub) via `{remotes}`: +Or install the latest development version (on GitHub) via `{pak}`: ``` r -remotes::install_github("plotly/plotly") +pak::pak("plotly=plotly/plotly.R") ``` ## Getting started