From 7746c27bcab27099da1b1c7784384a762ed0c52c Mon Sep 17 00:00:00 2001
From: Laura DeCicco <ldecicco@usgs.gov>
Date: Fri, 15 Feb 2013 13:11:42 -0600
Subject: [PATCH] Added install_github instruction.

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index e519f660..f91497bc 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,11 @@ the default for a Mac:
 /Users/ldecicco/Library/R/2.15/library/dataRetrieval
 Then, re-install the package using the directions above.  Moving to CRAN should solve this problem.
 
+If you are an experienced R developer, with the devtools package and all associated LaTeX tools installed, the following command will install the dataRetrieval package directly from gitHub:
+
+	library(devtools)
+	install_github("dataRetrieval", "USGS-R")
+
 Background Information
 ----------------------
 
-- 
GitLab