corrected git clone command

This commit is contained in:
Sumanth Lingappa 2023-04-26 23:49:32 +05:30 committed by GitHub
parent 28d16ba1bc
commit 7a8c3a95ad
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Distribution Alternatives:
`~/.config/nvim` (MacOS) `~/.config/nvim` (MacOS)
`%userprofile%\AppData\Local\nvim-data\` (Windows) `%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. * 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. * Once the setup is complete restart Neovim.
* **You're ready to go!** * **You're ready to go!**