Update README.md

updated installation instructions (still testing)
This commit is contained in:
mgua 2023-04-25 19:45:19 +02:00 committed by GitHub
parent 36842aa368
commit 0a354a9de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

View File

@ -16,6 +16,27 @@ Distribution Alternatives:
### Installation
----------------
procedure on linux
exit from nvim
cd $HOME/.config
mv nvim nvim_old
mkdir nvim
cd nvim
git clone https://github.com/mgua/kickstart.nvim.git .
start nvim
----------------
Kickstart.nvim targets *only* the latest ['stable'](https://github.com/neovim/neovim/releases/tag/stable) and latest ['nightly'](https://github.com/neovim/neovim/releases/tag/nightly) of Neovim. If you are experiencing issues, please make sure you have the latest versions.
* Backup your previous configuration