summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index ed9bd59..366b689 100644
--- a/README.md
+++ b/README.md
@@ -16,3 +16,13 @@ Other possible targets:
$(BUILD_DIR)/$(DOCSET_NAME).docset - equivalent to DOCSET_NAME
$(BUILD_DIR)/$(DOCSET_NAME).tgz - create a .tgz archive of DOCSET_NAME
```
+
+### Project Structure
+
+```
+.
+├── src
+│   ├── configs - supported docsets, including metadata and build scripts
+│   └── scripts - general purpose scripts
+└── tmp - intermediate sources (e.g., upstream sources are downloaded to here)
+```