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