From 7d303c68f203cf14666067b6bde1058cb98b3c6e Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Sun, 22 Dec 2024 16:42:47 -0500 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a096bfc..3a2b52f 100644 --- a/README.md +++ b/README.md @@ -44,13 +44,13 @@ Neovim's configurations are located under the following paths, depending on your **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/javif89/nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim ``` **Windows** ``` -git clone https://github.com/nvim-lua/kickstart.nvim.git "${env:LOCALAPPDATA}\nvim" +git clone https://github.com/javif89/nvim.git "${env:LOCALAPPDATA}\nvim" ```