mirror of
https://github.com/akiyosi/goneovim.git
synced 2025-06-20 16:15:46 +02:00
Add note for macOS users
This commit is contained in:
parent
5baac1dd58
commit
ebb06a4501
2 changed files with 10 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -20,3 +20,5 @@ cmd/goneovim/debug.log
|
|||
vendor/
|
||||
nvim_issue/
|
||||
version.txt
|
||||
cpuprofile
|
||||
memprofile
|
||||
|
|
10
README.md
10
README.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue