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.