Skip to content

Commit 3677ee5

Browse files
committed
oops numbered something wrong + changed height of picture
1 parent bad889b commit 3677ee5

File tree

1 file changed

+8
-8
lines changed
  • docs/_sections/_guide-primaries/getting-started/environment-setup

1 file changed

+8
-8
lines changed

docs/_sections/_guide-primaries/getting-started/environment-setup/windows-setup.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ You can add a passcode if you'd like, but it is not recommended. If you do, keep
7171
The key should look something like `ssh-ed25519 SFNJNAFNEJKFNJNJKNFJHFJAHOHiowuroiuwr/sfjeher+KX/rH [email protected]`
7272
{: .callout-blue}
7373

74-
1. Navigate to the upper-right corner of any page on [GitHub](https://github.com/), click your profile photo, then click Settings (gear icon)
75-
<img src="{{ '/_assets/images/github_settings.png' | prepend: site.baseurl }}" alt="my_image.png :(">
76-
2. In the `Access` section of the sidebar, click `SSH and GPG keys`
77-
3. Click the green `New SSH key` button on the right
74+
3. Navigate to the upper-right corner of any page on [GitHub](https://github.com/), click your profile photo, then click Settings (gear icon)
75+
<img src="{{ '/_assets/images/github_settings.png' | prepend: site.baseurl }}" alt="my_image.png :(" h=200>
76+
4. In the `Access` section of the sidebar, click `SSH and GPG keys`
77+
5. Click the green `New SSH key` button on the right
7878
<img src="{{ '/_assets/images/github_ssh_gpg.png' | prepend: site.baseurl }}" alt="my_image.png :(">
79-
4. Put whatever you want for the key title name
80-
5. Select the key type to be `Authentication`
81-
6. Paste in the key you copied earlier into the `Key` section
82-
7. Click `Add SSH Key`
79+
6. Put whatever you want for the key title name
80+
7. Select the key type to be `Authentication`
81+
8. Paste in the key you copied earlier into the `Key` section
82+
9. Click `Add SSH Key`
8383

8484
### __Clone Forked Repository__
8585
Cloning is the process of copying a Git repository onto your local computer storage. Everyone has to do this to work on code!

0 commit comments

Comments
 (0)