From: Steve Myers Date: Fri, 11 Sep 2020 18:06:04 +0000 (-0700) Subject: update readme with clone --recursive instructions X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/static/struct.AddressInfo.html?a=commitdiff_plain;h=92b57c39907f4c3f9490338db7775d601f358543;p=bitcoindevkit.org update readme with clone --recursive instructions --- 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).