diff --git a/README.md b/README.md
index 786b494f..5de42c07 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
@@ -99,7 +99,7 @@ archivebox init --setup
# Option D: Or use the optional auto setup script to install it
-curl -fsSL 'https://get.archivebox.io' | sh
+curl -fsSL 'https://get.archivebox.io' | bash
Open http://localhost:8000 to see your server's Web UI ➡️
@@ -233,7 +233,7 @@ See below for more usage examples using the C
curl -fsSL 'https://get.archivebox.io' | sh
+curl -fsSL 'https://get.archivebox.io' | bash
For more info, see Install: Bare Metal in the Wiki. ➡️
yay -S archivebox (contributed by @imlonghao)curl -fsSL 'https://get.archivebox.io' | sh (uses pkg + pip3 under-the-hood)curl -fsSL 'https://get.archivebox.io' | bash (uses pkg + pip3 under-the-hood)nix-env --install archivebox (contributed by @siraben)guix install archivebox (contributed by @rakino)