Skip to content

Commit 90f5c2f

Browse files
committed
Update README.md
1 parent c68d333 commit 90f5c2f

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ Note: This is for Mac/Linux users.
66
cd $HOME/.ssh
77
ssh-keygen
88
[here just create the name codecommit_rsa and leave all fields blank *just click enter*]
9-
touch config
10-
chmod 600 config
9+
cat codecommit_rsa.pub
1110
```
1211

1312
Now we need to enter our codecommit_rsa.pub into IAM.
1413

14+
```
15+
touch config
16+
chmod 600 config
17+
```
18+
1519
```
1620
nano config
1721

0 commit comments

Comments
 (0)