diff options
author | nPHYN1T3 <38122105+nPHYN1T3@users.noreply.github.com> | 2023-04-25 10:43:15 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-25 10:43:15 -0600 |
commit | 545577b9a13feb21cf0270084a5d20692f3af26a (patch) | |
tree | f33c263d31d51dfa5bff68890f8a494d6f21d826 | |
parent | ad6351a650685b9c4e856a2a832a379551aebc86 (diff) |
Fixed Windows style path for home
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ Distribution Alternatives: * Extract the archive to: `~/.config/nvim` (Linux) `~/.config/nvim` (MacOS) - `C:\User\YourName\AppData\Local\nvim\` (Windows) + `%userprofile%\User\YourName\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 @@ -40,7 +40,7 @@ Distribution Alternatives: * **You're ready to go!** * (Recommended/Optional) Fork this repo (so that you have your own copy that you can modify). -* Clone the kickstart repo into `$HOME/.config/nvim/` (Linux/Mac) or `C:\User\YourName\AppData\Local\nvim\` (Windows) +* Clone the kickstart repo into `$HOME/.config/nvim/` (Linux/Mac) or `%userprofile%\User\YourName\AppData\Local\nvim\` (Windows) * If you don't want to include it as a git repo, you can just clone it and then move the files to this location Additional system requirements: |