Commit 7e75849104120c8e8e099f64229d5e235d76a9af
1 parent
764f9db216
Exists in
master
and in
2 other branches
UPDATE repos/README.md
Showing 1 changed file with 10 additions and 0 deletions Side-by-side Diff
repos/README.md
... | ... | @@ -27,6 +27,16 @@ git fetch remote--zsh-user--antigen && \ |
27 | 27 | git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen master --squash |
28 | 28 | |
29 | 29 | ---------------------- |
30 | +---------------------- | |
31 | + | |
32 | +**Update** | |
33 | +---------- | |
34 | +git fetch remote--robbyrussell--oh-my-zsh && \ | |
35 | +git subtree pull --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh master --squash && \ | |
36 | +git fetch remote--zsh-user--antigen && \ | |
37 | +git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen master --squash | |
38 | + | |
39 | +---------------------- | |
30 | 40 | |
31 | 41 | |
32 | 42 | That's all, Folks! |