summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2012-11-11 13:36:18 +1030
committerRusty Russell <rusty@rustcorp.com.au>2012-11-11 13:36:18 +1030
commit166e9c6200bcc9e5a94b2e3ba46f202d2bbde1c0 (patch)
treefab73ceaf130b0a7b5c43907fe69bef17ab70bdd
parent6585f22b6d9e1b00eeaea2d4539a098d5fc2681c (diff)
README: update.
Especially important since it's so prominent on github. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
-rw-r--r--README12
1 files changed, 5 insertions, 7 deletions
diff --git a/README b/README
index 9019fbb2..69415183 100644
--- 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).