diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-04-23 12:15:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-23 12:15:28 +0200 |
commit | bf0ac4f241cd22f53e026767ed5df89bf63bcf37 (patch) | |
tree | 37aecbb33b9dbfbbf2c421e33ddc1b41fd926a69 | |
parent | 1355861b926a05e411ba3d42fa85a2fe238aea8d (diff) | |
download | rneovim-bf0ac4f241cd22f53e026767ed5df89bf63bcf37.tar.gz rneovim-bf0ac4f241cd22f53e026767ed5df89bf63bcf37.tar.bz2 rneovim-bf0ac4f241cd22f53e026767ed5df89bf63bcf37.zip |
ci(release): clean up wording and undeprecate tar.gz
-rw-r--r-- | .github/workflows/notes.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/notes.md b/.github/workflows/notes.md index 2b34c72ffa..0d62215fe4 100644 --- a/.github/workflows/notes.md +++ b/.github/workflows/notes.md @@ -9,14 +9,14 @@ ${NVIM_VERSION} #### Zip 1. Download **nvim-win64.zip** -2. Extract the zip. +2. Extract the zip 3. Run `nvim-qt.exe` #### MSI 1. Download **nvim-win64.msi** 2. Run the MSI -3. Search and run `nvim-qt.exe` or run `nvim.exe` on your CLI of choice. +3. Search and run `nvim-qt.exe` or run `nvim.exe` on your CLI of choice ### macOS @@ -38,8 +38,6 @@ ${NVIM_VERSION} #### Tarball -*(deprecated)* - 1. Download **nvim-linux64.tar.gz** 2. Extract: `tar xzvf nvim-linux64.tar.gz` 3. Run `./nvim-linux64/bin/nvim` |