From 61b6d9fdfdb066a686d1343a25bf01792a4509ca Mon Sep 17 00:00:00 2001 From: JJ Grobler <149567957+JJ-Cronos@users.noreply.github.com> Date: Wed, 22 May 2024 18:11:32 +0200 Subject: [PATCH] feat: Add Github SSH Guide --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33425ffc..142df6ed 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,13 @@ docker-compose -f .devcontainer/docker-compose.yml up -d && docker exec -e \"TER ## Starting Development -### Default Install +### GitHub Login (SSH) + +[Follow this guide](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) + +### RAFNAV Installation + +#### Default Install 1. Run the installer @@ -72,13 +78,13 @@ docker-compose -f .devcontainer/docker-compose.yml up -d && docker exec -e \"TER frap-install ``` -### Development Branch Install +#### Development Branch Apps Install ```sh frap-install -j apps-development.json ``` -### Prod Install +#### Prod Apps Install ```sh frap-install -j apps-prod.json