From 8fd9f0bbeeaff15c2227f8bf2b71c67f81ded322 Mon Sep 17 00:00:00 2001 From: JJ Grobler <149567957+JJ-Cronos@users.noreply.github.com> Date: Wed, 22 May 2024 18:24:38 +0200 Subject: [PATCH] Docs: Update SSH GitHub Login --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 142df6ed..f097e2d3 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,11 @@ docker-compose -f .devcontainer/docker-compose.yml up -d && docker exec -e \"TER ### 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) +> Make sure you're setting it up for Linux +1. [Check for any existing SSH Key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/checking-for-existing-ssh-keys) +2. [Generate an SSH Key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) +3. [Add it to your GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) +4. [Test your connection](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/testing-your-ssh-connection) ### RAFNAV Installation