From fe8b4fb99d3cb1efa91cb179d9b626a50b4aa355 Mon Sep 17 00:00:00 2001 From: Franjo Mindek Date: Wed, 19 Nov 2025 16:47:40 +0100 Subject: [PATCH] updates --- tools/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/README.md b/tools/README.md index a5cac136..239a3d6c 100644 --- a/tools/README.md +++ b/tools/README.md @@ -17,13 +17,13 @@ Instead, we version the diffs between it and the template in an `opensaas-sh/app ./dope.sh ``` -- ``: The base project directory (e.g., `template/app/`) -- ``: The derived project directory (e.g., `opensaas-sh/app/`) +- ``: The base project directory (e.g., `base/app/` or `template/app/`) +- ``: The derived project directory (e.g., `derived/app/` or `opensaas-sh/app/`) - ``: Either `diff` or `patch` - `diff`: Creates a diff between the base and derived directories - `patch`: Applies existing diffs onto the base directory to recreate the derived directory -The diffs are stored in a directory named `_diff/` (e.g., `app_diff/`). +The diffs are stored in a directory named `_diff/` (e.g., `derived/app_diff/` or `opensaas-sh/app_diff/`). ### Diff structure