add ssl to setup script curl usage
This commit is contained in:
parent
8208a1ca89
commit
c2bc6c6781
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue