1
0
Fork 0
mirror of synced 2024-05-15 01:44:13 +12: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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
brew install archivebox
# 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>
<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>