From 079f7586134b85b9b99904d8d05e2ed1b5885fd0 Mon Sep 17 00:00:00 2001
From: Peter Bex <peter@more-magic.net>
Date: Mon, 15 Sep 2014 20:40:12 +0200
Subject: Update README to mention the major release toplevel dir

---
 README | 37 +++++++++++++++++++++++--------------
 1 file changed, 23 insertions(+), 14 deletions(-)

(limited to 'README')

diff --git a/README b/README
index 8343e92..0a70eab 100644
--- a/README
+++ b/README
@@ -3,20 +3,29 @@ automatically-generated release-info files and files-list files
 (the latter of which serves as the files section of a meta-file)
 for an SVN repository.
 
-It assumes the svn repository location contains subdirectories
-matching the names of eggs and those subdirectories contain a
-directory called "tags" with underneath it a directory for each
-revision, with the revision number as its name:
-
- /MY-EGG
-   /tags
-     /1.0
-     /1.1
- /ANOTHER-EGG
-   /tags
-     /0.1
-     /0.2
-     /1.0
+It assumes the svn repository location contains a toplevel directory
+named after the major CHICKEN release, with subdirectories matching
+the names of eggs.  Those egg directories contain a "tags" directory
+for each revision, with the revision number as its name:
+
+ /4
+   /MY-EGG
+     /tags
+       /1.0
+       /1.1
+   /ANOTHER-EGG
+     /tags
+       /0.1
+       /0.2
+       /1.0
+ /5
+   /MY-EGG
+     /tags
+       /2.0
+       /2.1
+   /SOME-NEWER-EGG
+     /tags
+       /0.1
 
 
 You can use it like this:
-- 
cgit v1.2.3