From 0a354a9de1926322424ee6c0441b2af92a89988d Mon Sep 17 00:00:00 2001 From: mgua Date: Tue, 25 Apr 2023 19:45:19 +0200 Subject: [PATCH] Update README.md updated installation instructions (still testing) --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 21fcab3d..40f0b61b 100644 --- a/README.md +++ b/README.md @@ -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