From c0652b11abed869e4c12e163e1d5d196bcb56008 Mon Sep 17 00:00:00 2001 From: ChristianChiarulli Date: Sun, 19 Dec 2021 18:26:34 -0500 Subject: [PATCH] update readme --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f26f95c..dbd5582 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Make sure to remove or move your current `nvim` directory ``` -git clone git@github.com:ChristianChiarulli/Neovim-from-scratch.git ~/.config/nvim +git clone https://github.com/LunarVim/Neovim-from-scratch.git ~/.config/nvim ``` Run `nvim` and wait for the plugins to be installed @@ -55,8 +55,7 @@ Next we need to install python support (node is optional) ``` npm i -g neovim - - + ``` --- > The computing scientist's main challenge is not to get confused by the complexities of his own making.