Clarified Add to Github section

Matias Barcenas 2017-12-30 11:12:02 -06:00
parent 97adc36adb
commit 41a8a53401
1 changed files with 2 additions and 2 deletions

@ -16,8 +16,8 @@ eval "$(ssh-agent -s)"
``` ```
ssh-add ~/.ssh/id_rsa ssh-add ~/.ssh/id_rsa
``` ```
## Add to github ## Add key to Github
The easiest way to do it is to use xclip but you can also copy the data inside the file. The easiest way to copy the contents of the public key to your clipboard is to use xclip, but you can also do it manually.
``` ```
xclip -sel clip < ~/.ssh/id_rsa.pub xclip -sel clip < ~/.ssh/id_rsa.pub
``` ```