diff options
author | Chris Patti <feoh@feoh.org> | 2023-04-26 14:24:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-26 14:24:42 -0400 |
commit | 30411154154d4a9ee3361a31c7bd2007a733821b (patch) | |
tree | e86bc86ca528df4553053b431a743cd56d882593 | |
parent | 5b74a016b39a26aaea061aa3637411160472250a (diff) | |
parent | 7e39ab77c6fa3497a3f362915381870721be9582 (diff) |
Merge pull request #288 from sumanth-lingappa/master
corrected git clone command
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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!** |