1
0
Fork 0
mirror of synced 2024-06-01 10:09:49 +12:00

Update README.md

This commit is contained in:
Nick Sweeting 2021-05-07 07:50:02 -04:00 committed by GitHub
parent 4770ec82d6
commit df5fcf8f43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -158,15 +158,21 @@ See <a href="#%EF%B8%8F-cli-usage">below</a> for more usage examples using the C
<details>
<summary><b>Get ArchiveBox with as a Desktop App on macOS/Linux/Windows (requires <code>docker</code>)</b></summary>
<br/>
<a href="https://github.com/ArchiveBox/electron-archivebox">Electron ArchiveBox</a> (alpha, contributors wanted!)<br/><br/>
<sub><i>Note: requires Docker or Docker Compose ArchiveBox to already be running on your computer (see instructions above)</i></sub>
<i>⚠️ Alpha (contributors wanted!)</i>: for more info, see the: <a href="https://github.com/ArchiveBox/electron-archivebox">Electron ArchiveBox</a> repo.
<br/>
<ol>
<li>Install <a href="https://docs.docker.com/get-docker/">Docker</a> on your system (if not already installed).</li>
<li>Download a binary release or build the native app from source<br/>
<ul>
<li>macOS: <a href="https://github.com/ArchiveBox/ArchiveBox/releases/download/v0.6.2/Electron-ArchiveBox-macOS-x64-0.6.2.app.zip" download><code>ArchiveBox.app.zip</code></a></li>
<li>Linux: <code>ArchiveBox.deb</code> (alpha: <a href="https://github.com/ArchiveBox/electron-archivebox#quickstart">build manually</a>)</li>
<li>Windows: <code>ArchiveBox.exe</code> (beta: <a href="https://github.com/ArchiveBox/electron-archivebox#quickstart">build manually</a>)</li>
</ul>
</li>
</ol>
<br/>
<br/>
</details>
<br/>
<sup>&nbsp; &nbsp; &nbsp;(harder than Docker, up to you to keep ArchiveBox and its <a href="#dependencies">extras</a> up-to-date)</sup>