From fb1b5a62b15e5100eb88c5833b4c68c69f4454f7 Mon Sep 17 00:00:00 2001 From: Jannik Date: Thu, 29 Jun 2017 17:30:56 +0200 Subject: [PATCH] Updated Documantation (markdown) --- Documantation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documantation.md b/Documantation.md index 57da5a5..d5d261b 100644 --- a/Documantation.md +++ b/Documantation.md @@ -3,7 +3,7 @@ 1) read the license 2) download/clone the git repository 3) make sure you have the latest version of java 8 oracle jdk installed -4) if want use the cloud integration a client-secret is needed in "resources/client_secret.json" see [google doc](https://developers.google.com/api-client-library/python/guide/aaa_client_secrets). The default is not included for security reasons. +4) if want to use the cloud integration a client-secret is needed in "resources/client_secret.json" see [google doc](https://developers.google.com/api-client-library/python/guide/aaa_client_secrets). The default is not included for security reasons. 5) place the unzip repository into your workspace and start eclipse, project should now be there or import the project to your workspace this will be reworked soon!