diff --git a/README.md b/README.md index 0a2b7a623..6a42d10de 100644 --- a/README.md +++ b/README.md @@ -27,19 +27,32 @@ Please follow these steps: - Click Generate token and make sure to copy the token. 2. Configure Maven Settings - - Locate or create the settings.xml file in your .m2 directory. - - Add the GitHub Package Registry server configuration with your username and the PAT you just created. It should look something like this: - ```xml - - - - github - YOUR_GITHUB_USERNAME - YOUR_PERSONAL_ACCESS_TOKEN - - - - ``` + - Locate or create the settings.xml file in your .m2 directory(~/.m2/settings.xml). + - Add the GitHub Package Registry server configuration with your username and the PAT you just created. It should look something like this: + ```xml + + + + + + + github + YOUR_GITHUB_USERNAME + YOUR_PERSONAL_ACCESS_TOKEN + + + + + + + ``` ## Deployment Description