From 4356085a43599068e027dffb2fd0907ea64544b1 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Sat, 24 Apr 2021 02:41:29 -0400 Subject: [PATCH] switch instructions to curl sh instead of curl bash --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 146ce521..65cda667 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Roadmap
"Your own personal internet archive" (网站存档 / 爬虫)
-curl -sSL 'https://get.archivebox.io' | bash
+curl -sSL 'https://get.archivebox.io' | sh
 
@@ -55,7 +55,7 @@ The goal is to sleep soundly knowing the part of the internet you care about wil ```bash # Or use this auto setup script to install it for you (optional) -curl -sSL 'https://get.archivebox.io' | bash +curl -sSL 'https://get.archivebox.io' | sh ``` **🔢 Example usage: adding links to archive.**