diff --git a/README.md b/README.md index 48ce13e..4da0351 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ GOOGLE_SERVICE_ENABLED=true GOOGLE_SERVICE_ACCOUNT_JSON_LOCATION="/var/www/seo/config/google/google-service-account.json" ``` +Please also follow the installation instructions from the google API client dependency: +https://github.com/pulkitjalan/google-apiclient + ## Usage Here is a usage example: @@ -57,4 +60,4 @@ class GoogleIndexingController extends Controller $this->indexingService->status($jobPosting->url); } } -``` \ No newline at end of file +```