From 39f7c3aab5815943dd4ac7d3db912a9d373684fe Mon Sep 17 00:00:00 2001 From: Fabian Fuchs Date: Mon, 23 Sep 2024 23:39:06 +0200 Subject: [PATCH] Quickfix for update documentation #12 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db9c8de..b88e3d6 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,11 @@ ls -l /bin/simbashlog simbashlog --version ``` -To update the script, move to the directory where the repository was cloned and run the following command: +To update the script, move to the directory where the repository was cloned. + +Undo the executability of the `simbashlog.bash` script (`chmod -x`), otherwise the pull will show that there are changes. + +Run the following command: ```bash git pull --rebase