From 72fc3fe89ba842a59c546b52ff3ba7ded0b05b8e Mon Sep 17 00:00:00 2001 From: Beep6581 Date: Sun, 23 Aug 2015 22:44:02 +0200 Subject: [PATCH] Formatting --- README.md | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d5724954e..7bb1c672c 100644 --- a/README.md +++ b/README.md @@ -27,17 +27,27 @@ http://rawpedia.rawtherapee.com/Linux The instructions below will be merged into that article on RawPedia soon. Clone the source code either using HTTPS: -`git clone https://github.com/Beep6581/RawTherapee ~/repo-rt` +``` +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` +``` +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 fetch +``` Apply a patch: If you want to apply a patch, use "git apply" if you just want to apply without committing, or "git am" if you want to automatically apply and commit: -`git apply /downloads/some.patch` +``` +git apply /downloads/some.patch +``` or -`git am /downloads/some.patch` +``` +git am /downloads/some.patch +``` Compile: To find out how many threads your CPU supports, run: