From 0e8f954eb9960c02cf1b28bb3b270e9d4367543f Mon Sep 17 00:00:00 2001 From: Beep6581 Date: Sun, 23 Aug 2015 22:41:49 +0200 Subject: [PATCH] Added SSH clone description --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a993b3212..d5724954e 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,10 @@ http://rawpedia.rawtherapee.com/Linux The instructions below will be merged into that article on RawPedia soon. -Clone the source code: +Clone the source code either using HTTPS: `git clone https://github.com/Beep6581/RawTherapee ~/repo-rt` +or using SSH (see https://help.github.com/articles/generating-ssh-keys/ ): +`git clone git@github.com:Beep6581/RawTherapee.git ~/repo-rt` or update a previously cloned repository: `cd ~/repo-rt && git fetch`