1
0
Fork 0

add line to readme dev instructions

This commit is contained in:
Nick Sweeting 2020-12-20 03:13:58 +02:00
parent 9784dcb816
commit e412af50d1
1 changed files with 1 additions and 0 deletions

View File

@ -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