Ver código fonte

Update README adding submodules setup

jdcaballerov 5 anos atrás
pai
commit
107c062141
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -422,6 +422,8 @@ git clone https://github.com/ArchiveBox/ArchiveBox
 cd ArchiveBox
 git checkout master  # or the branch you want to test
 git pull
+git submodule init
+git submodule update
 
 # Install ArchiveBox + python dependencies
 python3 -m venv .venv && source .venv/bin/activate && pip install -e .[dev]