Skip to content

Commit 278fb3f

Browse files
committed
Changing GitHub account creation step copy to match current GitHub UI
1 parent 9cc2b13 commit 278fb3f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sites/en/installfest/create_a_github_account.step

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ step "Set up SSH authentication with GitHub" do
4141

4242
h1 "Add your SSH key to GitHub"
4343

44-
message "Navigate to github.com and make sure you are logged in. On any page on the GitHub site, click the black gear icon in the top right corner. This will take you to the account settings page."
44+
message "Navigate to github.com and make sure you are logged in. On any page on the GitHub site, click your profile photo in the top right corner to the right of the plus sign. In the dropdown menu, click **Settings** to go to the account settings page."
4545

46-
message "On the account setting page, select **SSH Keys** from the column on the left."
46+
message "On the account settings page, select **SSH and GPG keys** from the column on the left."
4747

48-
message "At the top right of this page, click the button that says **Add SSH key**. In the title field, give a name for your SSH key, you might call it **My PC** or **Personal MacBook**. In the key field, paste the key you copied."
48+
message "At the top right of this page, click the button that says **New SSH key**. In the title field, give a name for your SSH key, you might call it **My PC** or **Personal MacBook**. In the key field, paste the key you copied."
4949

50-
message "Click **Add Key**"
50+
message "Click **Add SSH key**"
5151

5252
message "Confirm the action by providing your GitHub Password"
5353
end

0 commit comments

Comments
 (0)