From ce87f577f086522fcc6ffd8ba38acf33c606be3a Mon Sep 17 00:00:00 2001 From: Beep6581 Date: Mon, 24 Aug 2015 13:59:18 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b1ab3228..eff8d0418 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ http://michaelezra.com/projects/rt/documentation/ Git handbook: http://git-scm.com/book/en/ -## Compilation, patching and Git +## Compilation, branches and Git +Before compiling RawTherapee you need to have the dependencies installed. Refer to RawPedia for dependency requirements: http://rawpedia.rawtherapee.com/Linux @@ -37,7 +38,7 @@ git clone git@github.com:Beep6581/RawTherapee.git ~/repo-rt ``` or update a previously cloned repository: ``` -cd ~/repo-rt && git fetch +cd ~/repo-rt && git pull ``` ### Optionally pick a branch