1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-18 20:31:38 +02:00

Update README.md

This commit is contained in:
Nick Sweeting
2024-02-19 00:23:44 -08:00
committed by GitHub
parent 9b1df2b381
commit 87a86dd111

View File

@@ -336,7 +336,9 @@ See <a href="#%EF%B8%8F-cli-usage">below</a> for more usage examples using the C
<pre lang="bash"><code style="white-space: pre-line">brew tap archivebox/archivebox <pre lang="bash"><code style="white-space: pre-line">brew tap archivebox/archivebox
brew install archivebox brew install archivebox
# update to newest version with pip (sometimes brew package is outdated) # update to newest version with pip (sometimes brew package is outdated)
pip install --upgrade --ignore-installed archivebox pip install --upgrade --ignore-installed archivebox yt-dlp playwright
playwright install --with-deps chromium # install chromium and its system dependencies
archivebox version # make sure all dependencies are installed
</code></pre> </code></pre>
<i>See the <a href="https://github.com/ArchiveBox/ArchiveBox/wiki/Install#option-c-bare-metal-setup">Install: Bare Metal</a> Wiki for more granular instructions for macOS... ➡️</i> <i>See the <a href="https://github.com/ArchiveBox/ArchiveBox/wiki/Install#option-c-bare-metal-setup">Install: Bare Metal</a> Wiki for more granular instructions for macOS... ➡️</i>
</li> </li>