mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
Clarify native package upgrade choice
This commit is contained in:
parent
a041a9d7e7
commit
d5ab6c50cb
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user