1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-21 05:41:54 +02:00

Update README.md

This commit is contained in:
Nick Sweeting
2021-03-27 04:57:49 -04:00
committed by GitHub
parent b272f26b98
commit 54a923838f

View File

@@ -274,6 +274,7 @@ No matter which install method you choose, they all roughly follow this 3-step p
<li>Install ArchiveBox: <code>apt/brew/pip3 install archivebox</code></li>
<li>Start a collection: <code>archivebox init</code></li>
<li>Start archiving: <code>archivebox add 'https://example.com'</code></li>
<li>View the archive: <code>archivebox server</code> or <code>archivebox list ...</code>, <code>ls ./archive/*/index.html</code></li>
</ol></small>
<br/>