From 8323f72451cf9e20eb06e82b022291580852dc68 Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Mon, 3 Dec 2018 10:07:47 +0100 Subject: [PATCH] Report name (#2179) * Report name * Suggest ZABAPGIT_FULL --- docs/guide-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide-install.md b/docs/guide-install.md index 93f1e961c..c213c487e 100644 --- a/docs/guide-install.md +++ b/docs/guide-install.md @@ -5,7 +5,7 @@ order: 10 --- ## ABAP Report ## -Copy the [ABAP code](https://raw.githubusercontent.com/abapGit/build/master/zabapgit.abap) into a new report via SE38 or SE80. To update abapGit to a newer version, replace the code in the report with the most recent. +Copy the [ABAP code](https://raw.githubusercontent.com/abapGit/build/master/zabapgit.abap) into a new report named i.e. ZABAPGIT_FULL via SE38 or SE80. To update abapGit to a newer version, replace the code in the report with the most recent. Don't use ZABAPGIT for the report name as this is used by the installation via abapGit itself. To use the online feature, [SSL must be setup](guide-ssl-setup.html). Offline projects will work behind firewalls and without SSL.