Forráskód Böngészése

Fix some indentation issues in README.md

Julian Andres Klode 10 éve
szülő
commit
17631ae79f
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -47,18 +47,18 @@ are encouraged to do as well.
 
 
 APT uses cmake. To start building, you need to run
 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,
 from a build directory. For example, if you want to build in the source tree,
 run:
 run:
 
 
-  cmake .
+	cmake .
 
 
 Then you can use make as you normally would (pass -j <count> to perform <count>
 Then you can use make as you normally would (pass -j <count> to perform <count>
 jobs in parallel).
 jobs in parallel).
 
 
 You can also use the Ninja generator of cmake, to do that pass
 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.
 to the cmake invocation, and then use ninja instead of make.
 
 
 The source code uses in most parts a relatively uncommon indent convention,
 The source code uses in most parts a relatively uncommon indent convention,