1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-09 08:06:35 +02:00

add ssl to setup script curl usage

This commit is contained in:
Nick Sweeting
2023-02-28 10:26:04 -08:00
committed by GitHub
parent 8208a1ca89
commit c2bc6c6781

View File

@@ -2,7 +2,7 @@
# ArchiveBox Setup Script: https://github.com/ArchiveBox/ArchiveBox
# Supported Platforms: Ubuntu/Debian/FreeBSD/macOS
# Usage:
# curl 'https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/dev/bin/setup.sh' | sh
# curl -sSL 'https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/dev/bin/setup.sh' | sh
clear