From e88175c97745e962bad876bc5a04a9541452a2c8 Mon Sep 17 00:00:00 2001 From: Lukas Kahwe Smith Date: Thu, 12 Nov 2020 13:59:28 +0100 Subject: [PATCH] improve documentation --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 +```