Skip to content

Commit

Permalink
Update instructions for setting up SSH keys for Mac (hackforla#6839)
Browse files Browse the repository at this point in the history
  • Loading branch information
elisetvy authored May 9, 2024
1 parent 9627843 commit 612389d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,10 @@ git merge gh-pages
```bash
ls -al ~/.ssh
```
If the folder ~/.ssh does not exist, create it using
```bash
mkdir ~/.ssh
```

2. Then enter the text below into your terminal using your github account email address.

Expand Down

0 comments on commit 612389d

Please sign in to comment.