docs(readme): fix stow command

This commit is contained in:
2025-07-13 16:25:54 +02:00
parent 4142d847b2
commit 7fbe2f6492

View File

@@ -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: Go to the root of this repository and run:
```bash ```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. > **Note:** Make sure to run this command every time you update this repository.