From 3d17da9eec6f0ece8221bb19924d3350f20de08f Mon Sep 17 00:00:00 2001 From: Dimitrios Theodorakis Date: Tue, 6 Aug 2024 16:19:41 +0100 Subject: [PATCH] Change settings side menu title --- episodes/07-github.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/07-github.md b/episodes/07-github.md index 9df4b3ab68..29e06d91ba 100644 --- a/episodes/07-github.md +++ b/episodes/07-github.md @@ -276,7 +276,7 @@ ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDmRA3d51X0uu9wXek559gfn6UFNF69yZjChyBIU2qKI ``` Now, going to GitHub.com, click on your profile icon in the top right corner to get the drop-down menu. Click "Settings," then on the -settings page, click "SSH and GPG keys," on the left side "Account settings" menu. Click the "New SSH key" button on the right side. Now, +settings page, click "SSH and GPG keys," on the left side "Access" menu. Click the "New SSH key" button on the right side. Now, you can add the title (Dracula uses the title "Vlad's Lab Laptop" so he can remember where the original key pair files are located), paste your SSH key into the field, and click the "Add SSH key" to complete the setup.