From ebb06a45011a231df0f4df85df562e1714372a49 Mon Sep 17 00:00:00 2001 From: akiyosi Date: Sun, 5 Jan 2025 09:37:23 +0900 Subject: [PATCH] Add note for macOS users --- .gitignore | 2 ++ README.md | 10 ++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dd00c7d..2c7c181 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ cmd/goneovim/debug.log vendor/ nvim_issue/ version.txt +cpuprofile +memprofile diff --git a/README.md b/README.md index 341c15a..a41bac7 100644 --- a/README.md +++ b/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