From 8b0ba74be9deb2bae927c7eb7a878cbbd6283994 Mon Sep 17 00:00:00 2001
From: Aaron LI <aly@aaronly.me>
Date: Sun, 14 Jul 2019 12:30:17 +0800
Subject: README: Document git clone and submodules update

---
 README.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/README.md b/README.md
index c190d4b..3390034 100644
--- a/README.md
+++ b/README.md
@@ -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
 -------
-- 
cgit v1.2.2