diff options
author | matt <55467261+mattwyd@users.noreply.github.com> | 2023-11-29 19:34:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-29 19:34:43 -0500 |
commit | 14cf319dbd63ef4bedf9cf219c3732c568718996 (patch) | |
tree | 3c39c18d7efc63bb5ee2280f63acee27a41964bc | |
parent | ee9790b381416781063d0de6653b303f10ed89b0 (diff) |
Update README.md (#520)
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -39,19 +39,19 @@ Neovim's configurations are located under the following paths, depending on your Clone kickstart.nvim: -```sh # on Linux and Mac +```sh git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim ``` -``` # on Windows (cmd) +``` git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\ ``` -``` # on Windows (powershell) +``` git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\ ``` |