Add chmod step for Linux/macOS in installation

This commit is contained in:
2025-10-16 04:15:18 +03:00
parent 66bb003b91
commit 865a48e1d4

View File

@@ -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