Update README.md

This commit is contained in:
Ilia Levikov 2025-04-26 15:50:14 +12:00 committed by GitHub
parent 17097de276
commit e6f695a292
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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> <details><summary> Linux and Mac </summary>
```sh ```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> </details>
@ -68,13 +68,13 @@ git clone git@github.com:fonych1/newbim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/
If you're using `cmd.exe`: 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` 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> </details>