diff --git a/README.md b/README.md index ddde2d7..af9e48c 100644 --- a/README.md +++ b/README.md @@ -130,14 +130,20 @@ Learn more: [electronjs/doc](https://www.electronjs.org/docs/latest/api/extensio ### macOS -If you encounter the error message "Noi" is damaged and can't be opened. You should move it to the Trash. while installing software on macOS, it may be due to security settings restrictions in macOS. To solve this problem, please try the following command in Terminal: +If you encounter the error message "Noi" is damaged and can't be opened. You should move it to the Trash. while installing software on macOS, it may be due to security settings restrictions in macOS. + +![mac-install-error](./website/static/readme/mac-install-error.jpg) + +To solve this problem, please choose Apple menu  > System Preferences, then click Security & Privacy and choose General tab: + +![](./website/static/readme/fix-mac-install-error.png) + +or try the following command in Terminal: ```bash xattr -cr /Applications/Noi.app ``` -![mac-install-error](./website/static/readme/mac-install-error.jpg) - ## 中国用户 > [!NOTE] diff --git a/website/static/readme/fix-mac-install-error.png b/website/static/readme/fix-mac-install-error.png new file mode 100644 index 0000000..7380396 Binary files /dev/null and b/website/static/readme/fix-mac-install-error.png differ