mirror of
https://github.com/lencx/Noi.git
synced 2025-12-16 01:50:44 +01:00
docs: the not "geek" way to fix installing issue on macOS
This commit is contained in:
12
README.md
12
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.
|
||||
|
||||

|
||||
|
||||
To solve this problem, please choose Apple menu > System Preferences, then click Security & Privacy and choose General tab:
|
||||
|
||||

|
||||
|
||||
or try the following command in Terminal:
|
||||
|
||||
```bash
|
||||
xattr -cr /Applications/Noi.app
|
||||
```
|
||||
|
||||

|
||||
|
||||
## 中国用户
|
||||
|
||||
> [!NOTE]
|
||||
|
||||
BIN
website/static/readme/fix-mac-install-error.png
Normal file
BIN
website/static/readme/fix-mac-install-error.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
Reference in New Issue
Block a user