From 535fab533c1ad2230c17903b3a14a31ed456bbe0 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sun, 19 Mar 2023 21:37:03 +0100 Subject: [PATCH] docs(script): Fix script name --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4714fce..81c33dd 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ A helper script to check which updated libraries and kernel are in use and requi Get started like so: 1. Clone repo into arbitrary path `` -1. Make `needs-restart.sh` executable +1. Make `arch-needs-restart.sh` executable ``` - chmod +x /needs-restart.sh + chmod +x /arch-needs-restart.sh ``` 1. Symlink to files, for example ``` - sudo ln -s /needs-restart.sh /usr/local/bin/arch-needs-restart + sudo ln -s /arch-needs-restart.sh /usr/local/bin/arch-needs-restart sudo ln -s /arch-needs-restart.hook /usr/share/libalpm/hooks/arch-needs-restart.hook ``` Note that while you may choose arbitrary locations for symlinks `arch-needs-restart.hook` references `/usr/local/bin/arch-needs-restart`. Change that accordingly if you need to.