aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/notes.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/notes.md b/.github/workflows/notes.md
index 86f9e8e618..d752f10609 100644
--- a/.github/workflows/notes.md
+++ b/.github/workflows/notes.md
@@ -21,8 +21,9 @@ ${NVIM_VERSION}
### macOS
1. Download **nvim-macos.tar.gz**
-2. Extract: `tar xzvf nvim-macos.tar.gz`
-3. Run `./nvim-macos/bin/nvim`
+2. Run `xattr -c ./nvim-macos.tar.gz` (to avoid "unknown developer" warning)
+3. Extract: `tar xzvf nvim-macos.tar.gz`
+4. Run `./nvim-macos/bin/nvim`
### Linux (x64)