aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-04-06 11:09:33 +0200
committerGitHub <noreply@github.com>2023-04-06 11:09:33 +0200
commitfbee2e4d9c627889abd597f2383cf77f96c3d825 (patch)
tree7ef78149e4231d58491ba87f4157bf6d84247e74
parentfd32a987520cb132455d61301467182cb58cddf2 (diff)
downloadrneovim-fbee2e4d9c627889abd597f2383cf77f96c3d825.tar.gz
rneovim-fbee2e4d9c627889abd597f2383cf77f96c3d825.tar.bz2
rneovim-fbee2e4d9c627889abd597f2383cf77f96c3d825.zip
ci(release): promote appimage over tar.gz (#22908)
-rw-r--r--.github/workflows/notes.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/.github/workflows/notes.md b/.github/workflows/notes.md
index 0f8c67da48..2b34c72ffa 100644
--- a/.github/workflows/notes.md
+++ b/.github/workflows/notes.md
@@ -27,12 +27,6 @@ ${NVIM_VERSION}
### Linux (x64)
-#### Tarball
-
-1. Download **nvim-linux64.tar.gz**
-2. Extract: `tar xzvf nvim-linux64.tar.gz`
-3. Run `./nvim-linux64/bin/nvim`
-
#### AppImage
1. Download **nvim.appimage**
2. Run `chmod u+x nvim.appimage && ./nvim.appimage`
@@ -42,6 +36,14 @@ ${NVIM_VERSION}
./squashfs-root/usr/bin/nvim
```
+#### Tarball
+
+*(deprecated)*
+
+1. Download **nvim-linux64.tar.gz**
+2. Extract: `tar xzvf nvim-linux64.tar.gz`
+3. Run `./nvim-linux64/bin/nvim`
+
### Other
- Install by [package manager](https://github.com/neovim/neovim/wiki/Installing-Neovim)