From 11ae23cc5c866f4dca172dc4404e3da35b73c33a Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Thu, 11 Nov 2021 15:15:20 -0800 Subject: [PATCH] Clarify directory --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 79a25ac..ec8f57a 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ I am open to supporting other window systems if there is sufficient interest. # Installation as a foreground script 1. Clone this repository. `git clone https://github.com/Jafner/pamidi.git` -2. Make the script executable. `chmod +x pamidi.sh` +2. Make the script executable. `cd pamidi && chmod +x pamidi.sh` 3. Run the script. `./pamidi.sh` # Installation as a daemon with `systemd` 1. Clone this repository. `git clone https://github.com/Jafner/pamidi.git` -2. Make the installation script executable with `chmod +x install_daemon_systemd.sh` +2. Make the installation script executable with `cd pamidi && chmod +x install_daemon_systemd.sh` 3. Run the installation script with `./install_daemon_systemd.sh` # Modifying the script