From fc568d408e8861cf7013d26fe658c0432a98f67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C5=A0tefka?= Date: Sun, 9 Jan 2022 14:41:10 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c1f8c63..33bcc27 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ My ZSH config cd ~ git clone --recursive https://github.com/jiriks74/zsh ``` + +## Updating +``` +cd ~/zsh +git pull --recurse-submodules +``` + ### `powerlevel10k` theme - Link the `zsh` file to your home folder as `.zshrc` ```