We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649c76a commit efa6eadCopy full SHA for efa6ead
1 file changed
README.md
@@ -27,6 +27,11 @@ You can download the latest version for your platform from the [Releases](https:
27
1. Download the `.dmg` file.
28
2. Open it and drag **HomeDock OS Desktop** into your Applications folder.
29
3. If macOS blocks it, [read this quick guide](https://support.apple.com/en-us/HT202491) to allow unsigned apps.
30
+4. Alternatively, you can run the following command on the Terminal until we sign the app:
31
+
32
+```bash
33
+sudo xattr -rd com.apple.quarantine "/Applications/HomeDock OS Desktop.app"
34
+```
35
36
### Windows
37
0 commit comments