diff options
| author | Swindles McCoop <65102316+swindlesmccoop@users.noreply.github.com> | 2024-07-15 02:25:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-15 02:25:58 -0400 |
| commit | 291aedd33b650def5dbf9832aaa686fd53311c15 (patch) | |
| tree | f360fa7e586ce85f0b28d044ec3f105ff788aac5 | |
| parent | 271a3c7476ba84e8065b931ba9fa7580502a0075 (diff) | |
Fix links
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,4 +20,4 @@ Each module depends on a script of mine, specifically the following: - `sb-cputemp` - `sb-network` - `sb-battery`\ -All of these scripts can be found in my [dotfiles repo](/swindlesmccoop/not-just-dotfiles). Simply download each script, make them each executable, and place them somewhere in your $PATH. +All of these scripts can be found in my [dotfiles repo](https://github.com/swindlesmccoop/not-just-dotfiles) at [`.local/bin/`](https://github.com/swindlesmccoop/not-just-dotfiles/tree/master/.local/bin). Simply download each script, make them each executable, and place them somewhere in your $PATH. |