aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt <55467261+mattwyd@users.noreply.github.com>2023-11-29 19:34:43 -0500
committerGitHub <noreply@github.com>2023-11-29 19:34:43 -0500
commit14cf319dbd63ef4bedf9cf219c3732c568718996 (patch)
tree3c39c18d7efc63bb5ee2280f63acee27a41964bc
parentee9790b381416781063d0de6653b303f10ed89b0 (diff)
Update README.md (#520)
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7f54ce8..1979e9e 100644
--- a/README.md
+++ b/README.md
@@ -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\
```