aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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\
```