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`