diff options
author | Lukas Fleischer <lfleischer@archlinux.org> | 2016-09-20 21:02:43 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@archlinux.org> | 2016-09-29 22:07:24 +0200 |
commit | dd59eea368ec1683b492cf59b20c36477fa59c1a (patch) | |
tree | 0488a718b69e34e2f55496b828d57f3c8b0bee79 /README | |
parent | 49c7e53572be8be7848ff99aa5e60ffd4dc316eb (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>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |