Kaynağa Gözat

make placeholder for old calling style to aid in migration

Nick Sweeting 5 yıl önce
ebeveyn
işleme
dfa5d55c36
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. 7 0
      bin/archive

+ 7 - 0
bin/archive

@@ -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