]> git.ozlabs.org Git - ccan/blobdiff - README
tools/ccanlint: detect more unmentioned dependencies.
[ccan] / README
diff --git a/README b/README
index 9019fbb2c803309a164736f1ea079f8fa23abe3b..694151830825631f9dbe15012cb6c19527ec2e33 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,6 @@
-tools:
-       This is currently a bootstrap junkyard for ccan tools.
+The C Code Archive Network: http://ccodearchive.net
 
 
-       It is expected that some of this code, being generally useful, will be
-       shuffled out to their own modules over time.
-
-ccan:
-       The beginnings of a ccan repository.
+You can find a set of helper utilities under tools/ and the modules
+under ccan/.  The recommended way to add ccan modules to your project
+is to create a ccan/ directory and add one module per subdirectory
+(see tools/create-ccan-tree).