Add note for macOS users

This commit is contained in:
akiyosi 2025-01-05 09:37:23 +09:00
parent 5baac1dd58
commit ebb06a4501
2 changed files with 10 additions and 2 deletions

2
.gitignore vendored
View file

@ -20,3 +20,5 @@ cmd/goneovim/debug.log
vendor/
nvim_issue/
version.txt
cpuprofile
memprofile

View file

@ -71,8 +71,6 @@ Pre-built packages for Windows, MacOS, Linux are found at the [Releases](https:/
Or you can get the latest binary from Github Actions CI. See [Actions](https://github.com/akiyosi/goneovim/actions) page.
If you are a MacOS user, run `xattr -c /path/to/goneovim.app` to avoid the 'unknown developer' warning or the 'Goneovim is damaged and can't be opened' error.
### Install via Package Manager
Windows users can install using scoop:
@ -93,6 +91,14 @@ MacOS users can install using homebrew:
`brew install --cask goneovim`
> [!NOTE]
> If you are a macOS user, since this is an unsigned application, you need to execute the following command after obtaining goneovim.app:
> ```
> xattr -c /path/to/goneovim.app
> ```
>
> This will help you avoid the "unknown developer" warning or the "Goneovim is damaged and can't be opened" error.
## Usage