From 6e6e8d2ef1f0b16293ab452c70f5c449bfd2245f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Roth?= Date: Sat, 1 May 2021 03:30:10 +0200 Subject: [PATCH] Update README.md update developer hint about api key --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1fc95d..01c0192 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,11 @@ cd vcpkg ./vcpkg integrate install ./vcpkg install cpr:x64-windows-static-md ``` -Otherwise - +Otherwise a google sheets api key is required place it into api_key.h like this: +``` +#define GOOGLE_API_KEY "1234567890-abc-defghijklmnopqrst" +``` +Build using Microsoft Visual Studio 2019 ## LICENSE