Skip to content

Commit 7bf0414

Browse files
committed
docs: use friendlier Right-Click instructions for macOS Gatekeeper
1 parent c17593d commit 7bf0414

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Navigate the entire app without leaving your keyboard. Hit `⌘+K` (or `Ctrl+K`)
4747

4848
1. **Download** the binary for your OS from the [Releases](https://github.com/ilhan-mstf/omnitool/releases) page.
4949
2. **Install** and launch.
50-
3. **macOS Note:** If you see a "damaged" error, run `sudo xattr -rd com.apple.quarantine /Applications/Omnitool.app` in your terminal to allow the app to run (required for unsigned Beta builds).
50+
3. **macOS Note:** As this is a Beta build, you may see a security warning. To open: **Right-click** the app icon, select **Open**, and click **Open** again in the dialog. (Alternatively, go to System Settings > Privacy & Security and click "Open Anyway").
5151
4. **Use ⌘+K** to find your first tool.
5252
4. **Copy** some JSON and watch the **Smart Suggestion** appear!
5353

landing-page/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ <h1 class="text-5xl md:text-7xl font-extrabold tracking-tight mb-6 bg-gradient-t
6565
</div>
6666
<p class="mt-4 text-xs text-zinc-500">Available for macOS, Windows, and Linux.</p>
6767
<p class="mt-2 text-[10px] text-zinc-600 max-w-sm mx-auto italic">
68-
Note for macOS: As this is an unsigned Beta, you may need to run <code>sudo xattr -rd com.apple.quarantine /Applications/Omnitool.app</code> if you see a "damaged" warning.
68+
Note for macOS: As this is a Beta, you may need to <strong>Right-click > Open</strong> the app icon to bypass the security warning.
6969
</p>
7070
</div>
7171
</header>

0 commit comments

Comments
 (0)