From 728d2cd888a263446f9df605b049c461eaa583f7 Mon Sep 17 00:00:00 2001 From: Peter Simon <1394322+pesimon@users.noreply.github.com> Date: Mon, 3 Oct 2022 10:00:41 +0200 Subject: [PATCH] Executable bit for user needs 755 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17363a7..ddd1b01 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ It is the spiritual successor to [Second-Hand-Friends/ebayKleinanzeigen](https:/ ```shell curl -L https://github.com/Second-Hand-Friends/kleinanzeigen-bot/releases/download/latest/kleinanzeigen-bot-linux-amd64 -o kleinanzeigen-bot - chmod 655 kleinanzeigen-bot + chmod 755 kleinanzeigen-bot ./kleinanzeigen-bot --help ``` @@ -65,7 +65,7 @@ It is the spiritual successor to [Second-Hand-Friends/ebayKleinanzeigen](https:/ ```shell curl -L https://github.com/Second-Hand-Friends/kleinanzeigen-bot/releases/download/latest/kleinanzeigen-bot-darwin-amd64 -o kleinanzeigen-bot - chmod 655 kleinanzeigen-bot + chmod 755 kleinanzeigen-bot ./kleinanzeigen-bot --help ```