From 5a4b758d87a08e884f5f3a4ac61232f16ac67844 Mon Sep 17 00:00:00 2001 From: Karamelmar Date: Tue, 21 Dec 2021 08:22:31 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e7fe6a..4210f94 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ - `cd ~/.dotfiles` - `git clone --recurse-submodules -j8 https://git.gc4.at/linux/vim-settings.git` - 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 - `cd ~` - `mv .vim .vim_old && mv .vimrc .vimrc_old`