docs: Add Mac M3 Permission Troubleshooting to Documentation (#1180)

Co-authored-by: Angie Jones <jones.angie@gmail.com>
This commit is contained in:
Ebony Louis
2025-02-10 16:44:00 -05:00
committed by GitHub
parent fe06d9307e
commit 98aecbef23
2 changed files with 42 additions and 0 deletions

View File

@@ -46,6 +46,14 @@ import RateLimits from '@site/src/components/RateLimits';
<div style={{ marginTop: '1rem' }}>
1. Unzip the downloaded `Goose.zip` file.
2. Run the executable file to launch the Goose desktop application.
:::note Permissions
If youre on an Apple Mac M3 and the Goose desktop app shows no window on launch, check and update the following:
Ensure the `~/.config` directory has read and write access.
Goose needs this access to create the log directory and file. Once permissions are granted, the app should load correctly. For steps on how to do this, refer to the [Troubleshooting Guide](/docs/troubleshooting.md#macos-permission-issues-m3-macs)
:::
</div>
</TabItem>