Skip to content

Commit 735f5aa

Browse files
Merge branch 'main' into release-channels
2 parents 0d69338 + b453285 commit 735f5aa

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ The MCP server configuration is automatically stored in the platform-appropriate
4343

4444
The configuration file is automatically created when you add your first MCP server through the Settings UI. The configuration persists across app restarts and updates.
4545

46+
## Running macOS Compiled App (`YakShaver.app`)
47+
48+
To run this app, you'll need to disable Apple's Gatekeeper quarantine attribute.
49+
After dragging YakShaver.app to the Applications folder, run
50+
```
51+
xattr -d com.apple.quarantine /Applications/YakShaver.app
52+
```
53+
in your terminal.
54+
4655
#### Template
4756

48-
The template used for this repo is from the [SSW.GitHub.Template](https://github.com/SSWConsulting/SSW.GitHub.Template) repo.
57+
The template used for this repo is from the [SSW.GitHub.Template](https://github.com/SSWConsulting/SSW.GitHub.Template) repo.

0 commit comments

Comments
 (0)