diff options
-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 ------- |