neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit fbee2e4d9c627889abd597f2383cf77f96c3d825
parent fd32a987520cb132455d61301467182cb58cddf2
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Thu,  6 Apr 2023 11:09:33 +0200

ci(release): promote appimage over tar.gz (#22908)


Diffstat:
M.github/workflows/notes.md | 14++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

diff --git 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)