mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-12 19:50:57 +05:00
Clarify novice install commands
This commit is contained in:
parent
6f4e4b0e5c
commit
993d87badd
@ -169,7 +169,7 @@ ArchiveBox is free for everyone to self-host, but we also provide support, secur
|
||||
|
||||
# Quickstart
|
||||
|
||||
**🖥 [Supported OSs](https://github.com/ArchiveBox/ArchiveBox/wiki/Install#supported-systems):** Linux/BSD, macOS, Windows (Docker) **👾 CPUs:** `amd64` (`x86_64`), `arm64`<br/>
|
||||
**🖥 [Supported OSs](https://github.com/ArchiveBox/ArchiveBox/wiki/Install#supported-systems):** Ubuntu, macOS, Docker **👾 CPUs:** `amd64` (`x86_64`), `arm64`<br/>
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
@ -69,6 +69,7 @@ docker compose pull
|
||||
docker compose run --rm archivebox init
|
||||
docker compose run --rm archivebox install
|
||||
docker compose run --rm archivebox manage createsuperuser
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
ArchiveBox installs and enables both ripgrep and [Sonic](https://github.com/valeriansaliou/sonic). Sonic is selected by default in the UI, while ripgrep remains available as the fallback. To select ripgrep explicitly:
|
||||
|
||||
@ -156,6 +156,7 @@ Alternatively, install with `uv` or [Homebrew on Linux](https://docs.brew.sh/Hom
|
||||
```bash
|
||||
# uv
|
||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
||||
source "$HOME/.local/bin/env"
|
||||
uv tool install --python 3.13 --prerelease allow --upgrade archivebox
|
||||
|
||||
# or Homebrew, after installing Linuxbrew
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
▶️ *It only takes about 5 minutes to get up and running with ArchiveBox.*
|
||||
|
||||
ArchiveBox [officially supports](https://github.com/ArchiveBox/ArchiveBox/wiki/Install#supported-systems) **macOS**, **Ubuntu/Debian**, and **BSD**, but likely runs on many other systems. You can run it on any system that supports **Docker** and/or Python. Windows *is not supported* unless you run it inside Docker Desktop, Docker in WSL2, or WSL2.
|
||||
ArchiveBox [officially supports](https://github.com/ArchiveBox/ArchiveBox/wiki/Install#supported-systems) **macOS** and **Ubuntu** on `amd64` or `arm64`, plus **Docker** on those architectures. Windows is supported only through Docker Desktop or Docker in WSL2.
|
||||
|
||||
For more detailed Docker and Docker Compose-specific instructions, see the [[Docker]] page.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user