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