diff --git a/README.txt b/README.txt
index 79eee98..40ecb05 100644
--- a/README.txt
+++ b/README.txt
@@ -29,12 +29,16 @@ Drupal Modules, just put it in the modules directory and enable
 the module
 
 ***** You do need to grab google's latest api code from github at the url
-https://github.com/google/google-api-php-client
-and put the google-api-php-client directory in your sites/all/libraries directory.  Then
-rename the google-api-php-client to google-api-php-client-git-version
-We use the old library as well so I've renamed this folder to not conflict with the old
-version of the API (which google still keeps in subversion).  Until we migrate all our code to this
-new api in github, renaming this directory will be necessary.
+https://github.com/google/google-api-php-client/tree/v1-master
+and put the google-api-php-client directory in your sites/all/libraries directory.  
+
+Or download wget https://github.com/google/google-api-php-client/archive/v1-master.zip
+
+Please note that newer versions do not work (https://www.drupal.org/node/2828535)
+
+Then rename the google-api-php-client to google-api-php-client-git-version
+
+We use the old library as well so I've renamed this folder to not conflict with the old version of the API (which google still keeps in subversion).  Until we migrate all our code to this new api in github, renaming this directory will be necessary.
 
 DROOGLE CONFIG AND SETUP
 ------------------------
