Formatting

This commit is contained in:
Beep6581 2015-08-23 22:44:02 +02:00
parent 0e8f954eb9
commit 72fc3fe89b

View File

@ -27,17 +27,27 @@ http://rawpedia.rawtherapee.com/Linux
The instructions below will be merged into that article on RawPedia soon. The instructions below will be merged into that article on RawPedia soon.
Clone the source code either using HTTPS: 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/ ): 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: or update a previously cloned repository:
`cd ~/repo-rt && git fetch` ```
cd ~/repo-rt && git fetch
```
Apply a patch: 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: 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 or
`git am /downloads/some.patch` ```
git am /downloads/some.patch
```
Compile: Compile:
To find out how many threads your CPU supports, run: To find out how many threads your CPU supports, run: