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...