using git submodule so it doesn't mess up git

This commit is contained in:
Wendy Kan 2018-09-29 00:06:46 -07:00 committed by GitHub
parent 1a5d075d00
commit 399798e77b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,8 @@
$ mkdir themes
$ cd themes
$ git clone https://github.com/halogenica/beautifulhugo.git beautifulhugo
$ git submodule add https://github.com/halogenica/beautifulhugo.git beautifulhugo
See [the Hugo documentation](https://gohugo.io/themes/installing/) for more information.