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 ```