diff options
author | Chris Patti <feoh@feoh.org> | 2023-05-30 06:44:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-30 06:44:05 -0400 |
commit | 853b7c9d9e0e51cd7b9728242e309e33d6f77cac (patch) | |
tree | 99c1536a5349e8d3ccc156cf8bf8beb1e5407333 /README.md | |
parent | 2f60b0086fd920fbd46c2a7bc1098aeb4a720a9e (diff) | |
parent | 1d52d1e68b8aa7e399b218bf2faf363e5c093254 (diff) |
Merge pull request #327 from kaminskypavel/patch-1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ Distribution Alternatives: * Extract the archive to: `~/.config/nvim` (Linux) `~/.config/nvim` (MacOS) - `%userprofile%\AppData\Local\nvim-data\` (Windows) + `%userprofile%\AppData\Local\nvim\` (Windows) * Ensure your extraction method did not extract with a parent folder. For example in ~/.config/nvim you should have init.lua not another folder called kickstart.nvim. ### Git Clone Installation |