summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2016-09-20 21:02:43 +0200
committerLukas Fleischer <lfleischer@archlinux.org>2016-09-29 22:07:24 +0200
commitdd59eea368ec1683b492cf59b20c36477fa59c1a (patch)
tree0488a718b69e34e2f55496b828d57f3c8b0bee79
parent49c7e53572be8be7848ff99aa5e60ffd4dc316eb (diff)
Update README
Add information on the new directory layout. Shared Python modules and tests now have their own subdirectories. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 5ab84ab..c110ef8 100644
--- a/README
+++ b/README
@@ -17,6 +17,9 @@ The aurweb project includes
Directory Layout
----------------
+aurweb::
+ Shared aurweb Python modules.
+
conf::
Configuration and configuration templates.
@@ -35,6 +38,9 @@ schema::
scripts::
Scripts for AUR maintenance.
+test::
+ Test suite and test cases.
+
upgrading::
Instructions for upgrading setups from one release to another.