mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07: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
|
||||
|
||||
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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user