Skip to content

Commit

Permalink
docs: fix incorrect macOS launcher fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Jan 8, 2025
1 parent d7893a5 commit 4496bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ If you have an existing Invoke installation, you can select it and let the launc
- Open the **Invoke-Installer-mac-arm64.dmg** file.
- Drag the launcher to **Applications**.
- Open a terminal.
- Run `xattr -cr /Applications/Invoke-Installer.app`.
- Run `xattr -d 'com.apple.quarantine' /Applications/Invoke\ Community\ Edition.app`.

You should now be able to run the launcher.

Expand Down

0 comments on commit 4496bef

Please sign in to comment.