From a7d2c13623fdb26324e91f1c88528b0f9b7022fd Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 11 Apr 2024 23:37:01 -0400 Subject: [PATCH] Correct paths in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4eacb77..a32720d 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ ## Linking -- `applications/` should be linked to `~/.local/share/applications/dot-files/` +- `applications/*` should be linked to `~/.local/share/applications/*` -- `bin/` should be linked to `~/.local/bin/dot-files/` +- `bin/*` should be linked to `~/.local/bin/*` ## Copying -- `config/*` should be copied to `~/.config/` +- `config/*` should be copied to `~/.config/*`