1
0
Fork 0
mirror of synced 2024-06-14 16:34:32 +12:00
ArchiveBox/bin/archive

8 lines
324 B
Bash
Executable file

#!/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