From 6f88499ad88fb6a5040a8043953e7dd2d3c06c8a Mon Sep 17 00:00:00 2001 From: MathDev Date: Fri, 11 Apr 2025 08:19:27 -0500 Subject: [PATCH] Update 'Project Setup Guide for Project: Serenity' --- Project-Setup-Guide-for-Project%3A-Serenity.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project-Setup-Guide-for-Project%3A-Serenity.md b/Project-Setup-Guide-for-Project%3A-Serenity.md index ff68b3e..b011b9b 100644 --- a/Project-Setup-Guide-for-Project%3A-Serenity.md +++ b/Project-Setup-Guide-for-Project%3A-Serenity.md @@ -45,13 +45,13 @@ This generates: ### 2. Copy Your Public Key -Run this to copy the public key to your clipboard: +Run this in **Git Bash** to copy the public key to your clipboard: `clip < ~/.ssh/id_ed25519.pub` *If clip doesn't work, use `cat ~/.ssh/id_ed25519.pub` and copy it manually* -*Omitting the email it generates, copy the output, and your key should look like the following:* +*Copy the output, but not the email. Your key should look like the following:* `ssh-ed25519 XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX`