From: Julian Andres Klode Date: Wed, 10 Aug 2016 14:26:23 +0000 (+0200) Subject: Fix some indentation issues in README.md X-Git-Tag: 1.3_rc1~8 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/17631ae79faf0f625dbf4fe0a393caca79429923 Fix some indentation issues in README.md --- 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 + cmake 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 to perform 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,