From 0e0480d319772ff0c629437d4499e2c15eb73c04 Mon Sep 17 00:00:00 2001 From: Lukas Joswiak Date: Mon, 24 Aug 2020 23:04:15 -0700 Subject: [PATCH] Add Netlify installation note (#9) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7edbd35..e8cdad9 100644 --- a/README.md +++ b/README.md @@ -28,3 +28,5 @@ $ hugo server -t etch ``` Read the [wiki](https://github.com/LukasJoswiak/etch/wiki) to learn about more options. + +***Note**: if you are using Netlify to host your site, you must [add Etch as a submodule](https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#use-hugo-themes-with-netlify) instead of cloning.*