diff --git a/README.Rmd b/README.Rmd index f0bb43d..a73a622 100644 --- a/README.Rmd +++ b/README.Rmd @@ -31,8 +31,8 @@ hrmn provides a declarative, schema-first framework for defining a target data s You can install the development version of hrmn from [GitHub](https://github.com/) with: ``` r -# install.packages("remotes") -remotes::install_github("jonthegeek/hrmn") +# install.packages("pak") +pak::pak("jonthegeek/hrmn") ``` ## Usage diff --git a/README.md b/README.md index 3c94086..5ec1a20 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,8 @@ You can install the development version of hrmn from [GitHub](https://github.com/) with: ``` r -# install.packages("remotes") -remotes::install_github("jonthegeek/hrmn") +# install.packages("pak") +pak::pak("jonthegeek/hrmn") ``` ## Usage