From 92b57c39907f4c3f9490338db7775d601f358543 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Fri, 11 Sep 2020 11:06:04 -0700 Subject: [PATCH] update readme with clone --recursive instructions --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 186816e3fe..862179c61e 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,16 @@ This website is built with [Hugo](https://gohugo.io). +To clone this project use the --recursive option to also clone the themes/learn submodule: + + ``` + git clone --recursive git@github.com:MagicalBitcoin/magicalbitcoin.org.git + ``` + If you are editing this website, you can run -``` -hugo server -``` + ``` + hugo server + ``` to start a local webserver at [`http://localhost:1313`](http://localhost:1313). -- 2.49.0