switch instructions to curl sh instead of curl bash
This commit is contained in:
parent
0b26e91d9d
commit
4356085a43
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
<a href="https://github.com/ArchiveBox/ArchiveBox/wiki/Roadmap">Roadmap</a>
|
<a href="https://github.com/ArchiveBox/ArchiveBox/wiki/Roadmap">Roadmap</a>
|
||||||
|
|
||||||
<pre lang="bash"><code style="white-space: pre-line">"Your own personal internet archive" (网站存档 / 爬虫)
|
<pre lang="bash"><code style="white-space: pre-line">"Your own personal internet archive" (网站存档 / 爬虫)
|
||||||
curl -sSL 'https://get.archivebox.io' | bash
|
curl -sSL 'https://get.archivebox.io' | sh
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<!--<a href="http://webchat.freenode.net?channels=ArchiveBox&uio=d4"><img src="https://img.shields.io/badge/Community_chat-IRC-%2328A745.svg"/></a>-->
|
<!--<a href="http://webchat.freenode.net?channels=ArchiveBox&uio=d4"><img src="https://img.shields.io/badge/Community_chat-IRC-%2328A745.svg"/></a>-->
|
||||||
|
@ -55,7 +55,7 @@ The goal is to sleep soundly knowing the part of the internet you care about wil
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Or use this auto setup script to install it for you (optional)
|
# 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.**
|
**🔢 Example usage: adding links to archive.**
|
||||||
|
|
Loading…
Reference in a new issue