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 | d3bafd083c3d782aaad2c2e1048036ac43fd1ed9 (patch) | |
| tree | c05ffac66ebc843cd336d11e69391e9c06f556d0 /nvim/README.md | |
| parent | 7b3e2e1c98f94063201f9d02001e9ad2b65e64a9 (diff) | |
| download | dots-d3bafd083c3d782aaad2c2e1048036ac43fd1ed9.tar.gz | |
Update README.md (#520)
Diffstat (limited to 'nvim/README.md')
| -rw-r--r-- | nvim/README.md | 6 |
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\ ``` |