diff options
author | Aaron LI <aly@aaronly.me> | 2019-07-14 12:30:17 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-07-14 12:30:17 +0800 |
commit | 8b0ba74be9deb2bae927c7eb7a878cbbd6283994 (patch) | |
tree | 1493c75778e92088dfaa25ae6690ec424c13b1bb /README.md | |
parent | cd28dac0b11eccc5599591fe631eb36eecf194cf (diff) | |
download | dotfiles-8b0ba74be9deb2bae927c7eb7a878cbbd6283994.tar.bz2 |
README: Document git clone and submodules update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -3,6 +3,23 @@ Aly's dotfiles Personal & collected dotfiles ~~~ +Usage +----- +Clone with submodules: + + $ git clone --recurse-submodules https://github.com/liweitianux/dotfiles + +Or to initialize the submodules included in this repo: + + $ git submodule update --init --recursive + +To update this repo: + + $ git pull + +To update the submodules: + + $ git submodule update --remote --recursive License ------- |