summaryrefslogtreecommitdiff
path: root/_posts/2009-06-15-mac-key-setup.textile
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2009-06-17 17:50:29 -0600
committertekkub <tekkub@gmail.com>2009-06-17 17:50:29 -0600
commitfb4a373b84de23ebfe4801fe9515add84faaaa37 (patch)
treefcf9207714f4b41ec50ed019e7a0872e6ae86bfd /_posts/2009-06-15-mac-key-setup.textile
parent4d99207421414402aac04ddcacbeb755c1c027b7 (diff)
Add pbcopy shortcut to mac key guide
Diffstat (limited to '_posts/2009-06-15-mac-key-setup.textile')
-rw-r--r--_posts/2009-06-15-mac-key-setup.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2009-06-15-mac-key-setup.textile b/_posts/2009-06-15-mac-key-setup.textile
index 5da26a0..2be61b1 100644
--- a/_posts/2009-06-15-mac-key-setup.textile
+++ b/_posts/2009-06-15-mac-key-setup.textile
@@ -56,7 +56,7 @@ h3. Adding the key to your GitHub account
Now launch your browser and open the "account page":https://github.com/account. In the "SSH Public Keys" section click "add another public key", then paste your public key into the "key" field. If you leave the title blank the key comment (your email) will be used for the title.
-Make sure you use the public key (@id_rsa.pub@ in our example), and do not add any newlines or whitespace inside the key.
+Make sure you use the public key (@id_rsa.pub@ in our example), and do not add any newlines or whitespace inside the key. To ensure you copy the key correctly, you can copy the key directly into the clipboard from Terminal.app: <pre>$ cat ~/id_rsa.pub | pbcopy</pre>
!/images/add_key.png!