From 5bbad6bf292cff11e54b1930a2b6376af9de0fe7 Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 13 Aug 2023 20:16:22 +0200 Subject: [PATCH] Update binary permissions after download --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a4fc3a..f484b4b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Download and run binary: ```bash wget 'https://raw.githubusercontent.com/kevinmidboe/motdGO/main/motd' +chmod +x motd ./motd -str 'hello world' ```