diff --git a/receivers/electron/README.md b/receivers/electron/README.md index 66c3113..8cd7b6c 100644 --- a/receivers/electron/README.md +++ b/receivers/electron/README.md @@ -98,6 +98,15 @@ Run the following commands in the `packaging` directory. sh package-macos.sh darwin-x64 ``` + +## Linux ARM64 + +Run the following commands in the `packaging` directory. + +``` +sh package.sh linux-arm64 +``` + ## Linux x64 Run the following commands in the `packaging` directory.