1
0
Fork 0
mirror of synced 2024-05-16 10:23:51 +12:00

Update README.md

This commit is contained in:
Nick Sweeting 2024-02-18 04:46:25 -08:00 committed by GitHub
parent a79bfde0db
commit dd6bb4b274
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -793,6 +793,7 @@ If not using Docker, make sure to keep the dependencies up-to-date yourself and
<pre lang="bash"><code style="white-space: pre-line">#install python3 and archivebox with your system package manager
# apt/brew/pip/etc install ... (see Quickstart instructions above)
<br/>
which -a archivebox # see where you have installed archivebox
archivebox setup # auto install all the extractors and extras
archivebox --version # see info and check validity of installed dependencies
</code></pre>