1
0
Fork 0
mirror of synced 2024-05-17 02:43:16 +12:00

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

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