Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/reuixiy/hugo-theme-meme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorreuixiy <reuixiy@gmail.com>2020-03-02 11:15:46 +0300
committerreuixiy <reuixiy@gmail.com>2020-03-02 11:20:49 +0300
commit15ef96e5619abb6c136434b7fd4585b9e07f160d (patch)
tree14fd176a7815ef240440853a8ca924a9d3082f36 /README.md
parent6a9876b67fd9306471c98ee9195e269da9788eb9 (diff)
docs: git submodule shallowly
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1236387..6b5922c 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ For users of other systems, see: https://gohugo.io/getting-started/installing/
```sh
~ $ cd blog
~/blog $ git init
-~/blog $ git submodule add https://github.com/reuixiy/hugo-theme-meme.git themes/meme
+~/blog $ git submodule add --depth 1 https://github.com/reuixiy/hugo-theme-meme.git themes/meme
```
How to update MemE to the latest version?