diff --git a/README.md b/README.md
index 265ac91821db060ac5aa397afcebff3eb6c3edec..5245d63334ff37816e32d86479d95627c6abd4ad 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,14 @@ Windows: [![Build status](https://ci.appveyor.com/api/projects/status/msanha92b5
 
 ##Package Installation
 To install the dataRetrieval package, you must be using R 3.0 or greater and run the following command:
+
 ```R
-  install.packages("dataRetrieval")
+install.packages("dataRetrieval")
+```
+
+To get inter-CRAN release updates, use the command:
+```r
+install.packages("dataRetrieval",repos="http://owi.usgs.gov/R")
 ```
 
 ## Function Overview