]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Format a bit
authorMichael Schroeder <mls@suse.de>
Mon, 29 Oct 2018 08:46:15 +0000 (08:46 +0000)
committerMichael Schroeder <mls@suse.de>
Mon, 29 Oct 2018 08:46:15 +0000 (08:46 +0000)
README

diff --git a/README b/README
index 243486ab4185de8f9643d1a4245173b61abe1ac7..5d240c8dbc228f96fa647e28b5743785c7ad1e8a 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 This is libsolv, a free package dependency solver using a satisfiability
 algorithm.
 
-This code is based on two major, but independent, blocks:
+The code is based on two major, but independent, blocks:
 
  1. Using a dictionary approach to store and retrieve package
     and dependency information.
@@ -29,13 +29,16 @@ Supported repository formats:
   - red carpet helix format
   - haiku
 
+Build instructions
+==================
+
 Requires: cmake 2.4.x
 
-mkdir build
-cd build
-cmake ..
-make
+    mkdir build
+    cd build
+    cmake ..
+    make
 
-To create a package:
-make srcpackage
-see package/
+////
+vim: syntax=asciidoc
+////