summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2016-08-10 16:26:23 +0200
committerJulian Andres Klode <jak@debian.org>2016-08-10 16:26:23 +0200
commit17631ae79faf0f625dbf4fe0a393caca79429923 (patch)
treef5e8c9afbec495faa190c16052ddd6e9d01613ba /README.md
parente02c3a9ec2b2f7a8d4aecd70f2ecdae27c207aa9 (diff)
Fix some indentation issues in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9020a3d6a..1c1019713 100644
--- a/README.md
+++ b/README.md
@@ -47,18 +47,18 @@ are encouraged to do as well.
APT uses cmake. To start building, you need to run
- cmake <path to source directory>
+ cmake <path to source directory>
from a build directory. For example, if you want to build in the source tree,
run:
- cmake .
+ cmake .
Then you can use make as you normally would (pass -j <count> to perform <count>
jobs in parallel).
You can also use the Ninja generator of cmake, to do that pass
- -G Ninja
+ -G Ninja
to the cmake invocation, and then use ninja instead of make.
The source code uses in most parts a relatively uncommon indent convention,