add line to readme dev instructions
This commit is contained in:
parent
9784dcb816
commit
e412af50d1
1 changed files with 1 additions and 0 deletions
|
@ -447,6 +447,7 @@ Then you can clone the ArchiveBox repo and install
|
||||||
```python3
|
```python3
|
||||||
git clone https://github.com/ArchiveBox/ArchiveBox && cd ArchiveBox
|
git clone https://github.com/ArchiveBox/ArchiveBox && cd ArchiveBox
|
||||||
git checkout master # or the branch you want to test
|
git checkout master # or the branch you want to test
|
||||||
|
git submodule update --init --recursive
|
||||||
git pull --recurse-submodules
|
git pull --recurse-submodules
|
||||||
|
|
||||||
# Install ArchiveBox + python dependencies
|
# Install ArchiveBox + python dependencies
|
||||||
|
|
Loading…
Reference in a new issue