aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamjan 9000 <damjan.9000@gmail.com>2023-11-30 10:21:53 +0100
committerDamjan 9000 <damjan.9000@gmail.com>2023-11-30 10:21:53 +0100
commit111a2448ced464c967ea4d7e06586cd6feed6c40 (patch)
tree6c24291882589023dc6ccb4391ac90c084f9cdc8
parent1ef3d22988c488a6417f2378f91efc066978fdad (diff)
parentafafc9ab194be254467b4cc8be049fc33fe27b14 (diff)
Merge remote-tracking branch 'upstream/master' (updated README.md)
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index e3a0ff4..505da91 100644
--- a/README.md
+++ b/README.md
@@ -40,19 +40,18 @@ Neovim's configurations are located under the following paths, depending on your
Clone kickstart.nvim:
+- on Linux and Mac
```sh
-# on Linux and Mac
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
```
-
+- on Windows (cmd)
```
-# on Windows (cmd)
git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
```
+- on Windows (powershell)
```
-# on Windows (powershell)
git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
```