From a36c547e60bc1bda6b343b5f9ea909695bb591fa Mon Sep 17 00:00:00 2001 From: Junbo Zheng Date: Sun, 8 Jun 2025 13:54:32 +0800 Subject: [PATCH] readme: update description and usage for console install Signed-off-by: Junbo Zheng --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d59dc6..e0af37f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ nvide: Personal vim configurations, which using Neovim as an IDE, powered by mod ## How to install -1. Download latest (prerelease) neovim. Appimage format is recommended. Rename the package as `nvim`. -2. Download nvim.config.tar.gz from github action of this repository. +### neovim Appimage +1. Download latest (prerelease) neovim and rename the package as `nvim`. +2. Download `nvim.config.tar.gz` from github action of this repository. 3. unzip the file and put it together with nvim like: `nvim nvim.config/`, so that when you run `./nvim`, it will use configurations in the `nvim.config`. + +### console install +1. `sudo apt-get install neovim` for ubuntu and `brew install neovim` for macOS. +2. Download `nvim.config.tar.gz` from github action of this repository. +3. unzip the file, and `cp -r nvim.config/* ~/.config`. + +So, let's start enjoy coding...