Skip to content

Commit c015494

Browse files
committed
Modified instructions to assist Windows users.
1 parent b89e009 commit c015494

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sites/en/installfest/create_a_github_account.step

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ step "Set up SSH authentication with GitHub" do
3333
BASH
3434

3535
message "Windows users,"
36-
console "clip < ~/.ssh/id_rsa.pub"
36+
console "clip < \"%userprofile%\\.ssh\\id_rsa.pub\""
3737

38-
message "Now that you have copied the key you can add it to the GitHub account you created earlier."
38+
message "Now that you have copied the key to your clipboard, you can add it to the GitHub account you created earlier."
3939

4040
h1 "Add your SSH key to GitHub"
4141

@@ -54,6 +54,8 @@ step "Confirm SSH Authentification" do
5454

5555
message "Confirm that you have successfully set up SSH Authentication for GitHub"
5656

57+
message "Windows users cannot perform this step."
58+
5759
console "ssh -T [email protected]"
5860

5961
result <<-OUTPUT

0 commit comments

Comments
 (0)