From b79a3b71617ac646f578a807f86091d5e98cffff Mon Sep 17 00:00:00 2001 From: MathDev Date: Fri, 11 Apr 2025 08:17:39 -0500 Subject: [PATCH] Update 'Project Setup Guide for Project: Serenity' --- Project-Setup-Guide-for-Project%3A-Serenity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project-Setup-Guide-for-Project%3A-Serenity.md b/Project-Setup-Guide-for-Project%3A-Serenity.md index bb98189..ff68b3e 100644 --- a/Project-Setup-Guide-for-Project%3A-Serenity.md +++ b/Project-Setup-Guide-for-Project%3A-Serenity.md @@ -37,7 +37,7 @@ Open **Git Bash** and run (include the quotations, but change the email to your `ssh-keygen -t ed25519 -C "your_email@example.com"` * Press Enter to accept the default location (/C/Users/YourName/.ssh/id_ed25519) -* It will ask you to set a password, but it is optional. You can simply press Enter again to skip. +* It will ask you to set a password, but it is optional and recommended to leave blank. You can simply press Enter again to skip. This generates: * id_ed25519 (your private key - **keep this safe**)