summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMichael Schroeder <mls@suse.de>2011-05-24 17:05:41 +0200
committerMichael Schroeder <mls@suse.de>2011-05-24 17:05:41 +0200
commit91dd4f1bc29437d2ff4fa8c7a8f23793e8f819dd (patch)
tree180067dd44aaa5092316f84b3141517b31f08a04 /README
parente5c46e23214de9cdf437cb26be1f7781839f5e0a (diff)
downloadlibsolv-91dd4f1bc29437d2ff4fa8c7a8f23793e8f819dd.tar.gz
libsolv-91dd4f1bc29437d2ff4fa8c7a8f23793e8f819dd.tar.bz2
libsolv-91dd4f1bc29437d2ff4fa8c7a8f23793e8f819dd.zip
- minor text fixes and tweaks
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 145ab49..4f18f14 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
-libsolv, a free package dependency solver using a satisfyability
-algorihtm
+This is libsolv, a free package dependency solver using a satisfyability
+algorihtm.
-This code is based on two major, but independent, blocks
+This code is based on two major, but independent, blocks:
1. Using a dictionary approach to store and retrieve package
and dependency information.
@@ -18,6 +18,6 @@ cd build
cmake ..
make
-To create a package
+To create a package:
make srcpackage
see package/