Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update developer hint about api key
  • Loading branch information
pv42 authored May 1, 2021
1 parent 638586b commit 6e6e8d2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6e6e8d2

Please sign in to comment.