Skip to content

Commit c9dfa42

Browse files
authored
Merge pull request #134 from C2SM/ssh_instructions
Improve instructions to setup SSH key
2 parents 44ef3f1 + 16a1c0d commit c9dfa42

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@ Having a GitHub account allows you to collaborate on open-source projects and st
4949

5050
#### Instructions
5151

52-
- [Create your own GitHub account](https://github.com/) (if not yet available)
53-
- [Generate an SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent)
54-
- [Add your SSH key to GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
52+
In the following links, switch the tab at the top of the page to match your system if you are not using Windows. Only the section under the corresponding header is relevant to you.
5553

54+
- [Create your own GitHub account](https://github.com/signup) (if not yet available)
55+
- [Generating a new SSH key](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent#generating-a-new-ssh-key)
56+
- [Adding a new SSH key to your account](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account?platform=windows#adding-a-new-ssh-key-to-your-account)
5657
### 3. Installing Python
5758

5859
To install Python, we recommend the [instructions from Real Python](https://realpython.com/installing-python/),

0 commit comments

Comments
 (0)