diff --git a/README.Rmd b/README.Rmd index fd47ddc..26abc1c 100644 --- a/README.Rmd +++ b/README.Rmd @@ -40,13 +40,10 @@ FAQ How do I install `glmtools`? It isn't on CRAN! === -`glmtools` can be installed from the [USGS GRAN](http://owi.usgs.gov/R/gran.html) repository. To install `glmtools` and all dependencies, follow the appropriate instructions below: - -1. Setup R to add GRAN using the instructions on the [USGS R page](http://owi.usgs.gov/R/gran.html). - -2. After GRAN is setup (usually requires a restart of R), then use the following command in R: - - `install.packages("glmtools")` +```r +install.packages('remotes') +remotes::install_github('usgs-r/glmtools') +``` What libraries does `glmtools` need? ===