Skip to content

Commit

Permalink
Align recommended target package names (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianlupa authored Aug 23, 2024
1 parent ea272fb commit f63ef0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/development-guide/read-first/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Having already [installed](/user-guide/getting-started/install.md#install-standa
1. [Install the development version](/user-guide/getting-started/install.md#install-developer-version) of abapGit, by running `ZABAPGIT_STANDALONE` and either:
1. cloning your *own [fork](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/getting-started/about-collaborative-development-models)* of the [abapGit repository](https://github.com/abapGit/abapGit) using abapGit's "New Online" option or
2. [downloading the zip file and installing it](/user-guide/getting-started/install.md#install-developer-version) using the "New Offline" option
2. When specifying a package for the repository in step 1, assign a different (new, e.g. `$ZABAPGIT`) package to the one `ZABAPGIT_STANDALONE` is in
2. When specifying a package for the repository in step 1, assign a different (new, e.g. `$ABAPGIT`) package to the one `ZABAPGIT_STANDALONE` is in

3. Your system will now contain the abapGit package, along with several sub-packages and development objects such as classes, interfaces, function groups, etc. There will also be the development version of the abapGit program (transaction `ZABAPGIT`). The standalone program, `ZABAPGIT_STANDALONE` will remain unaffected, to serve as [fallback](/user-guide/getting-started/upgrade.md#troubleshooting).

Expand Down
2 changes: 1 addition & 1 deletion src/user-guide/getting-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ You can check your system for recommended SAP Notes using [Note Analyzer](/user-
3. In source code change mode, upload the code from the file using Utilities -> More Utilities -> Upload/Download -> Upload
4. Activate

Typically, abapGit will only be used in the development system, so it can be installed in a local `$` package (e.g. `$ZABAPGIT`).
Typically, abapGit will only be used in the development system, so it can be installed in a local `$` package (e.g. `$ABAPGIT`).

Now you can use abapGit by executing the report in transaction `SE38`.

Expand Down

0 comments on commit f63ef0b

Please sign in to comment.