From 9e536273b9b354e010e9d81c215c86734839c4bb Mon Sep 17 00:00:00 2001 From: antistereov Date: Wed, 23 Jul 2025 00:33:19 +0200 Subject: [PATCH] docs(readme): update usage instructions --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a5d0fa..54c2045 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,17 @@ If you want to use any of the tools listed in this repository, you should check ### 2. Use `stow` to create syslinks -Go to the root of this repository and run: +Go to the root of this repository and run this command for your chosen directory: ```bash - stow -d . -t $HOME/.config --adopt + stow -d -t $HOME/.config/ +``` + +For example, if you want to stow your nvim configuration: + + +```bash + stow -d nvim -t $HOME/.config/nvim ``` > **Note:** Make sure to run this command every time you update this repository.