This commit is contained in:
firebadnofire 2025-05-16 18:21:09 +00:00
parent f1ffc2f107
commit 0e0cfddae2
Signed by: firebadnofire
SSH key fingerprint: SHA256:bnN1TGRauJN84CxL1IZ/2uHNvJualwYkFjOKaaOilJE

View file

@ -69,7 +69,7 @@ go build -o logdebarker
2. Move the binary to your PATH: 2. Move the binary to your PATH:
```sh ```sh
sudo mv logdebarker /usr/local/bin/ sudo install -Dm755 logdebarker /usr/local/bin/logdebarker
``` ```
OR OR