]> Untitled Git - bitcoindevkit.org/commitdiff
update readme with clone --recursive instructions
authorSteve Myers <steve@notmandatory.org>
Fri, 11 Sep 2020 18:06:04 +0000 (11:06 -0700)
committerAlekos Filini <alekos.filini@gmail.com>
Sat, 12 Sep 2020 09:47:20 +0000 (11:47 +0200)
README.md

index 186816e3fe62426cb74cfb739571845ff630502a..862179c61e2be6b01d90392721a93cfa6ead1ca8 100644 (file)
--- 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).