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`