add latest package build artifacts
This commit is contained in:
parent
3f160eab8e
commit
16ad02d574
2 changed files with 1 additions and 2 deletions
|
@ -211,7 +211,7 @@ Description: <div align="center">
|
|||
# docker-compose run archivebox <command> [args]
|
||||
|
||||
mkdir archivebox && cd archivebox
|
||||
wget 'https://github.com/pirate/ArchiveBox/blob/master/docker-compose.yml'
|
||||
wget 'https://raw.githubusercontent.com/pirate/ArchiveBox/master/docker-compose.yml'
|
||||
docker-compose run archivebox init
|
||||
docker-compose run archivebox add 'https://example.com'
|
||||
docker-compose run archivebox manage createsuperuser
|
||||
|
|
|
@ -13,7 +13,6 @@ w3lib==1.22.0
|
|||
|
||||
[dev]
|
||||
setuptools
|
||||
wheel
|
||||
twine
|
||||
flake8
|
||||
ipdb
|
||||
|
|
Loading…
Reference in a new issue