From bdc8a8ccb1e3fdcacd72998fc223848c5653b29a Mon Sep 17 00:00:00 2001 From: Darshan Thakkar Date: Wed, 24 Sep 2025 18:55:10 -0400 Subject: [PATCH] Fix cat command path for windows --- src/ch2.2-create-github-account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ch2.2-create-github-account.md b/src/ch2.2-create-github-account.md index 2a37653..80aa119 100644 --- a/src/ch2.2-create-github-account.md +++ b/src/ch2.2-create-github-account.md @@ -112,7 +112,7 @@ Linux: `cat ~/.ssh/id_ed25519.pub` Windows: -`type ~/.ssh/id_ed25519.pub` +`type "$env:USERPROFILE\.ssh\id_ed25519.pub"` ## Add the Public Key to your GitHub Account