From e412af50d1a7ce37363834d98b9add62195c85b1 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sun, 20 Dec 2020 03:13:58 +0200 Subject: [PATCH] add line to readme dev instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54e0b24e..bddc78f1 100644 --- a/README.md +++ b/README.md @@ -447,6 +447,7 @@ Then you can clone the ArchiveBox repo and install ```python3 git clone https://github.com/ArchiveBox/ArchiveBox && cd ArchiveBox git checkout master # or the branch you want to test +git submodule update --init --recursive git pull --recurse-submodules # Install ArchiveBox + python dependencies