Update README.md
updated installation instructions (still testing)
This commit is contained in:
parent
36842aa368
commit
0a354a9de1
21
README.md
21
README.md
|
@ -16,6 +16,27 @@ Distribution Alternatives:
|
||||||
|
|
||||||
### Installation
|
### 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.
|
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
|
* Backup your previous configuration
|
||||||
|
|
Loading…
Reference in New Issue