From d2f520201800c0656caf4d9a9eb5f4dd82af6e21 Mon Sep 17 00:00:00 2001 From: Ryan Ashcraft Date: Fri, 26 Jul 2024 16:06:58 -0400 Subject: [PATCH] #240 :bug: fix build instructions to work with ghcr.io --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc76a291a..72ca2cd5e 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,9 @@ Please consult our [Configuring Your Environment guidance](https://boozallen.git The following steps will build aiSSEMBLE. *You must follow the configuration guidance above first*. 1. To get started, pull the latest code for the aiSSEMBLE repo from git. -2. Ensure Rancher Desktop is running. -3. Build the project locally using the `./mvnw clean install` command. +1. [Configure ghcr.io **authentication** SNAPSHOT repository support - **server configuration is all you need, you can ignore setting up a repository**](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry#authenticating-with-a-personal-access-token) +1. Ensure Rancher Desktop is running. +1. Build the project locally using the `./mvnw clean install` command. * A successful build will have an output similar to the below. ``` [INFO] ------------------------------------------------------------------------