Skip to content

Commit

Permalink
docs: git submodule shallowly
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Mar 2, 2020
1 parent 6a9876b commit 15ef96e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
2 changes: 1 addition & 1 deletion README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ https://gohugo.io/getting-started/quick-start/
```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
```

如何将 MemE 更新到最新版本?
Expand Down

0 comments on commit 15ef96e

Please sign in to comment.