From 865a48e1d493ea30dde03ac9a6c52649a31f7a40 Mon Sep 17 00:00:00 2001 From: smoido Date: Thu, 16 Oct 2025 04:15:18 +0300 Subject: [PATCH] Add chmod step for Linux/macOS in installation --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2c5d28c..490eca6 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ npm install # Build the TypeScript code npm run build + +# On Linux/macOS: Make the compiled file executable +chmod +x dist/index.js ``` ### 2️⃣ Configuration