Update README.md
This commit is contained in:
parent
17097de276
commit
e6f695a292
|
|
@ -58,7 +58,7 @@ too - it's ignored in the kickstart repo to make maintenance easier, but it's
|
|||
<details><summary> Linux and Mac </summary>
|
||||
|
||||
```sh
|
||||
git clone git@github.com:fonych1/newbim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
||||
git clone https://github.com/fonych1/newbim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
||||
```
|
||||
|
||||
</details>
|
||||
|
|
@ -68,13 +68,13 @@ git clone git@github.com:fonych1/newbim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/
|
|||
If you're using `cmd.exe`:
|
||||
|
||||
```
|
||||
git clone git@github.com:fonych1/newbim.git "%localappdata%\nvim"
|
||||
git clone https://github.com/fonych1/newbim.git "%localappdata%\nvim"
|
||||
```
|
||||
|
||||
If you're using `powershell.exe`
|
||||
|
||||
```
|
||||
git clone git@github.com:fonych1/newbim.git "${env:LOCALAPPDATA}\nvim"
|
||||
git clone https://github.com/fonych1/newbim.git "${env:LOCALAPPDATA}\nvim"
|
||||
```
|
||||
|
||||
</details>
|
||||
|
|
|
|||
Loading…
Reference in New Issue