neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit ae3e371303a3f806e0deed3c57ed3892cbfc4f22
parent 3d45706478cd030c3ee05b4f336164bb96138095
Author: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Date:   Sun, 26 Jun 2022 23:46:37 +0800

docs(release): suggest "xattr" for macos release #19100


Diffstat:
M.github/workflows/notes.md | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 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)