Skip to content

Commit

Permalink
updated email address
Browse files Browse the repository at this point in the history
  • Loading branch information
tabedzki committed May 14, 2024
1 parent d21c620 commit 4acc220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/software/configure_systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lang: en-US
#### Create ssh key to clone repositories

1. Open Git Bash
2. `ssh-keygen -t ed25519 -C "[email protected]"`
2. `ssh-keygen -t ed25519 -C "[email protected]"`
3. Leave empty passphrase (Hit Enter two times)
4. `eval "$(ssh-agent -s)"`
5. `ssh-add ~/.ssh/id_ed25519`
Expand Down

0 comments on commit 4acc220

Please sign in to comment.