From 5035083c1755226d487211a832ef9adcb57a2453 Mon Sep 17 00:00:00 2001 From: LeeW Date: Thu, 6 Mar 2025 16:15:19 +0100 Subject: [PATCH] ADP-216: updates README from UAT feedback for step2 - experiment --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f0aa90..2bde7f7 100644 --- a/README.md +++ b/README.md @@ -50,15 +50,16 @@ Create a symlink from the group-directory back to the keyfile 1. `cd groups/` - Explanation: Access for each repo is tracked using the `./groups/` directory; each sub-directory represents a "group" (Note: some "groups" are also "roles", e.g. `admin`) - - Most of the groups correspond directly to git repository names, aka "project name" + - Explanation: Most of the groups correspond directly to git repository names, aka "project name" + - **Example**: `cd groups/devnso-adp-argocd` 2. `ln -s ../../` + - **Example**: `ln -s ../../max.musterman@netgo.de.gpg.pub` ### Example Add "Max Musterman" to the group for `devnso-adp-argocd`: + ```shell -# navigate to group-directory for devnso cd groups/devnso-adp-argocd -# symlink to pubkey for New User ln -s ../../max.musterman@netgo.de.gpg.pub ```