From 7fbe2f64927f53fc1c09326e544ac7926fed143c Mon Sep 17 00:00:00 2001 From: antistereov Date: Sun, 13 Jul 2025 16:25:54 +0200 Subject: [PATCH] docs(readme): fix stow command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2783244..0a5d0fa 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ If you want to use any of the tools listed in this repository, you should check Go to the root of this repository and run: ```bash -stow -d . -t $HOME/.config + stow -d . -t $HOME/.config --adopt ``` > **Note:** Make sure to run this command every time you update this repository.