From 9e7cba2ed257da133ad9f130456b209e393d0485 Mon Sep 17 00:00:00 2001 From: Daniel Eder Date: Wed, 12 May 2021 12:41:55 +0200 Subject: [PATCH] Update README.md (#53) Co-authored-by: Felix Dittrich <31076102+f11h@users.noreply.github.com> --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 128dc31..88c3c96 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,19 @@ The following steps need to be followed - Create [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) with scopes: - `read:packages` for downloading packages + +##### GitHub Maven + - Copy/Augment `~/.m2/settings.xml` with the contents of `settings.xml` present in this repository - Replace `${app.packages.username}` with your github username - Replace `${app.packages.password}` with the generated PAT +##### GitHub Docker Registry + +- Run `docker login docker.pkg.github.com/eu-digital-green-certificates` before running further docker commands. + - Use your GitHub username as username + - Use the generated PAT as password + ### Build Whether you cloned or downloaded the 'zipped' sources you will either find the sources in the chosen checkout-directory or get a zip file with the source code, which you can expand to a folder of your choice.