oldratlee / hacker-quotes

🎩 An oh-my-zsh plugin, just print a hacker quote randomly when open a terminal.

Home Page:https://github.com/oldratlee/hacker-quotes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please Add Option to Readme.md for SSH keyholders

bryan-snyder opened this issue · comments

using your clone option ... anyone with a SSH key pair with github will get denied and they need to clone using the HTTPS address.

maybe you could update the readme.md to express this difference.

thanks!
B

You're right. ❤️

Would you mind sending a PR to improve the Readme? 😄

Updated README :) @bryan-snyder :

use http protocol, so no need for SSH keyholders

git clone https://github.com/oldratlee/hacker-quotes.git ~/.oh-my-zsh/custom/plugins/hacker-quotes

# Or if you have set up the github SSH key pair correctly, clone with SSH:
git clone git@github.com:oldratlee/hacker-quotes.git ~/.oh-my-zsh/custom/plugins/hacker-quotes