summaryrefslogtreecommitdiffstats
path: root/nvim
diff options
context:
space:
mode:
authorSumanth Lingappa <42572246+sumanth-lingappa@users.noreply.github.com>2023-04-26 23:49:32 +0530
committerGitHub <noreply@github.com>2023-04-26 23:49:32 +0530
commitfc998b8f01406b40dd9caee979b10131c75ca47a (patch)
tree54d6795a7241dcfd90514b88eeeb35d1d726cc31 /nvim
parentab52f672b2b113290059c7716550cbea7bc15858 (diff)
downloaddots-fc998b8f01406b40dd9caee979b10131c75ca47a.tar.gz
corrected git clone command
Diffstat (limited to 'nvim')
-rw-r--r--nvim/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/README.md b/nvim/README.md
index ad3d7db..ef119d2 100644
--- a/nvim/README.md
+++ b/nvim/README.md
@@ -34,7 +34,7 @@ Distribution Alternatives:
`~/.config/nvim` (MacOS)
`%userprofile%\AppData\Local\nvim-data\` (Windows)
-* run: git clone https://github.com/nvim-lua/kickstart.nvim.git OR: gh repo clone nvim-lua/kickstart.nvim
+* run: `git clone https://github.com/nvim-lua/kickstart.nvim.git ~/.config/nvim` OR: gh repo clone nvim-lua/kickstart.nvim
* Run neovim (from terminal or shortcut) and allow the kickstart process to download files and set up the basics.
* Once the setup is complete restart Neovim.
* **You're ready to go!**