We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0066f8 commit 5962977Copy full SHA for 5962977
README.md
@@ -37,6 +37,12 @@ AppJail sits in your menu bar and enforces focus by terminating blocked applicat
37
38
Download the latest DMG from [Releases](https://github.com/devsemih/appjail/releases), open it, and drag **appjail** to your Applications folder.
39
40
+Since the app is not notarized, macOS may show a "damaged" warning. Run this after installing:
41
+
42
+```bash
43
+xattr -cr /Applications/appjail.app
44
+```
45
46
### Build from Source
47
48
```bash
0 commit comments