Update binary permissions after download

This commit is contained in:
2023-08-13 20:16:22 +02:00
committed by GitHub
parent e6104e279f
commit 5bbad6bf29

View File

@@ -26,6 +26,7 @@ Download and run binary:
```bash ```bash
wget 'https://raw.githubusercontent.com/kevinmidboe/motdGO/main/motd' wget 'https://raw.githubusercontent.com/kevinmidboe/motdGO/main/motd'
chmod +x motd
./motd -str 'hello world' ./motd -str 'hello world'
``` ```