1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-24 15:13:03 +02:00

Merge pull request #804 from munzevibirinsan/patch-1

This commit is contained in:
Nick Sweeting
2021-07-21 08:28:08 -04:00
committed by GitHub

View File

@@ -192,7 +192,7 @@ echo "[√] Server started on http://0.0.0.0:8000 and data directory initialized
echo " cd ~/archivebox" echo " cd ~/archivebox"
echo " ps aux | grep archivebox" echo " ps aux | grep archivebox"
echo " pkill -f archivebox" echo " pkill -f archivebox"
echo " pip3 install --upgrade archviebox" echo " pip3 install --upgrade archivebox"
echo " archivebox server --quick-init 0.0.0.0:8000" echo " archivebox server --quick-init 0.0.0.0:8000"
echo " archivebox manage createsuperuser" echo " archivebox manage createsuperuser"
echo " archivebox add 'https://example.com'" echo " archivebox add 'https://example.com'"