Clarify native package upgrade choice

This commit is contained in:
Nick Sweeting 2026-08-01 00:07:23 -07:00
parent a041a9d7e7
commit d5ab6c50cb
No known key found for this signature in database

View File

@ -1,9 +1,12 @@
# Upgrading Versions
```bash
# Native uv, apt, or brew install
cd ~/archivebox/data
# Update ArchiveBox using the package manager you originally installed it with
uv tool install --python 3.13 --upgrade 'git+https://github.com/ArchiveBox/ArchiveBox.git@dev'
# or: sudo apt update && sudo apt install --only-upgrade archivebox
# or: brew update && brew upgrade archivebox
cd ~/archivebox/data
archivebox init
archivebox install
archivebox update