mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
docs(release): suggest "xattr" for macos release #19100
This commit is contained in:
parent
3d45706478
commit
ae3e371303
5
.github/workflows/notes.md
vendored
5
.github/workflows/notes.md
vendored
@ -21,8 +21,9 @@ ${NVIM_VERSION}
|
|||||||
### macOS
|
### macOS
|
||||||
|
|
||||||
1. Download **nvim-macos.tar.gz**
|
1. Download **nvim-macos.tar.gz**
|
||||||
2. Extract: `tar xzvf nvim-macos.tar.gz`
|
2. Run `xattr -c ./nvim-macos.tar.gz` (to avoid "unknown developer" warning)
|
||||||
3. Run `./nvim-macos/bin/nvim`
|
3. Extract: `tar xzvf nvim-macos.tar.gz`
|
||||||
|
4. Run `./nvim-macos/bin/nvim`
|
||||||
|
|
||||||
### Linux (x64)
|
### Linux (x64)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user