Skip to content

Commit

Permalink
Add note for macOS users
Browse files Browse the repository at this point in the history
  • Loading branch information
akiyosi committed Jan 5, 2025
1 parent 5baac1d commit feaa228
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ cmd/goneovim/debug.log
vendor/
nvim_issue/
version.txt
cpuprofile
memprofile
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ MacOS users can install using homebrew:

`brew install --cask goneovim`

> [!NOTE]
> Since this is an unsigned application, macOS users need to execute the following command after obtaining goneovim.app:
> ```
> xattr -c /path/to/goneovim.app
> ```
## Usage
Expand Down

0 comments on commit feaa228

Please sign in to comment.