Update 'README.md'
This commit is contained in:
parent
9c0445819b
commit
5a4b758d87
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
- `cd ~/.dotfiles`
|
- `cd ~/.dotfiles`
|
||||||
- `git clone --recurse-submodules -j8 https://git.gc4.at/linux/vim-settings.git`
|
- `git clone --recurse-submodules -j8 https://git.gc4.at/linux/vim-settings.git`
|
||||||
- Use ssh if you want to commit also:
|
- Use ssh if you want to commit also:
|
||||||
- `git clone --recurse-submodules -j8 ssh://git@git.gc4.at:4258/linux/vim-settings.git`
|
- `git clone --recurse-submodules -j8 SSH URL`
|
||||||
- --recurse-submodules -j8 is important since the Plugins in .vim/plugged are also remote repos (int his repo) = submodules
|
- --recurse-submodules -j8 is important since the Plugins in .vim/plugged are also remote repos (int his repo) = submodules
|
||||||
- `cd ~`
|
- `cd ~`
|
||||||
- `mv .vim .vim_old && mv .vimrc .vimrc_old`
|
- `mv .vim .vim_old && mv .vimrc .vimrc_old`
|
||||||
|
|
Loading…
Reference in a new issue