Skip to content

Commit

Permalink
Quickfix for update documentation #12
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchs-fabian committed Sep 23, 2024
1 parent ea558a1 commit 39f7c3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39f7c3a

Please sign in to comment.