From 7c7970dcd22dcf1ee3928cb63875c998573706ce Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 9 Oct 2025 08:57:12 +0200 Subject: [PATCH] Update README --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94b570e..211978c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ -# Project +# Void Linux Popcorn statistics analysis + +A visual exploration of the popcorn packages statistics for Void Linux.\ + ## Dataset structure - All inputs (i.e. building blocks from other sources) are located in - `inputs/`. -- All custom code is located in `code/`. + `input/`. This contains the primary dataset used, `popcorn`. +- Exploratory notebooks code is located in `notebooks/`.