From 92eb16964c460d218a9889febe52f150beab9fec Mon Sep 17 00:00:00 2001 From: Karamelmar Date: Tue, 21 Dec 2021 08:23:01 +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 ed5d5d2..5a3b838 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ - cd ~/.dotfiles - `git clone --recurse-submodules -j8 https://git.gc4.at/linux/zsh-settings.git` - Use ssh if you want to commit also: - `git clone --recurse-submodules -j8 ssh://git@git.gc4.at:4258/linux/zsh-settings.git` + `git clone --recurse-submodules -j8 SSH URL` - --recurse-submodules -j8 is important since .oh-my-zsh and .oh-my-zsh/custom/plugins are also remote repos (int his repo) = submodules - `cd ~` - `mv .zshrc .zshrc_old && mv .p10k.zsh .p10k.zsh_old && mv .oh-my-zsh .oh-my-zsh_old`