summaryrefslogtreecommitdiffstats
path: root/nvim/README.md
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
commitd3bafd083c3d782aaad2c2e1048036ac43fd1ed9 (patch)
treec05ffac66ebc843cd336d11e69391e9c06f556d0 /nvim/README.md
parent7b3e2e1c98f94063201f9d02001e9ad2b65e64a9 (diff)
downloaddots-d3bafd083c3d782aaad2c2e1048036ac43fd1ed9.tar.gz
Update README.md (#520)
Diffstat (limited to 'nvim/README.md')
-rw-r--r--nvim/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/nvim/README.md b/nvim/README.md
index e3a0ff4..a8ba582 100644
--- a/nvim/README.md
+++ b/nvim/README.md
@@ -40,19 +40,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\
```