mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
make placeholder for old calling style to aid in migration
This commit is contained in:
parent
0924160689
commit
dfa5d55c36
1 changed files with 7 additions and 0 deletions
7
bin/archive
Executable file
7
bin/archive
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "[X] This method of running ArchiveBox is deprecated as of >= v0.4."
|
||||
echo " You should 'pip install archivebox' and use the installed 'archivebox' binary instead."
|
||||
echo " For more info, see the Quickstart section of the README.md:"
|
||||
echo " https://github.com/pirate/ArchiveBox#Quickstart"
|
||||
exit 2
|
Loading…
Reference in a new issue