diff --git a/README.md b/README.md index 8db35b5..deced28 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ $ gem install ad_localize $ ad_localize -h ``` -* Export wording from a google spreadsheet, default tab. The spreadsheet key and sheet_id are available in the spreadsheet url. For example `https://docs.google.com/spreadsheets/d//edit#gid=`. +* Export wording from a public google spreadsheet, default tab. The spreadsheet key and sheet_id are available in the spreadsheet url. For example `https://docs.google.com/spreadsheets/d//edit#gid=`. ``` $ ad_localize -k ``` @@ -41,6 +41,11 @@ $ ad_localize -k $ ad_localize -k -s ``` +* Export wording from a private google spreadsheet. It requires a [Google Cloud Service Account](#using-a-google-cloud-service-account). +``` +$ GCLOUD_CLIENT_SECRET=$(cat ) ad_localize -k +``` + * Export wording from all sheets in a google spreadsheet. It requires a [Google Cloud Service Account](#using-a-google-cloud-service-account). ``` $ GCLOUD_CLIENT_SECRET=$(cat ) ad_localize -k -e