From 244122b11b80a9ffd95897e03edf9ff5481e3972 Mon Sep 17 00:00:00 2001 From: BearTaffy <81381255+BearTaffy@users.noreply.github.com> Date: Thu, 20 Jun 2024 21:11:10 +0300 Subject: [PATCH] Update README.md --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index f445b65e..85a79d23 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,5 @@ # kickstart.nvim -## Introduction - -A starting point for Neovim that is: - -* Small -* Single-file -* Completely Documented - -**NOT** a Neovim distribution, but instead a starting point for your configuration. - ## Installation ### Install Neovim @@ -67,7 +57,7 @@ fork to your machine using one of the commands below, depending on your OS.
Linux and Mac ```sh -git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim +git clone https://github.com/BearTaffy/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim ```