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

This commit is contained in:
Carlo Cabrera 2022-06-26 23:46:37 +08:00 committed by GitHub
parent 3d45706478
commit ae3e371303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)