From b3e943ea9152776a23db9914ebf23e52e96d8cc2 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger Date: Sat, 12 Apr 2025 15:54:05 +0200 Subject: [PATCH] update: Be a little bit more precise about testing in the readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8544fe1..ead2c5b 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ A test script is included to verify the installation script works correctly: ``` This runs the installation in an isolated environment to ensure all symlinks are correctly created. +Nothing fancy, just creates mock home in `/tmp` and changes some envars used by the install script. +The "Testing" amounts to check symlinks exist. This is mostly usefull once extended to detect config packages (just the directories containing an a config), to remind me to add a function for it in `dot-install`. ## Included Configurations