diff --git a/README.md b/README.md index b8892b06..64c08a3d 100644 --- a/README.md +++ b/README.md @@ -168,8 +168,7 @@ ArchiveBox is free for everyone to self-host, but we also provide support, secur # Quickstart -**🖥  Supported OSs:** Linux/BSD, macOS, Windows (Docker)   **👾  CPUs:** `amd64` (`x86_64`), `arm64`, `arm7` (raspi>=3)
-Note: On `arm7` the `playwright` package is not available, so `chromium` must be installed manually if needed. +**🖥  [Supported OSs](https://github.com/ArchiveBox/ArchiveBox/wiki/Install#supported-systems):** Linux/BSD, macOS, Windows (Docker)   **👾  CPUs:** `amd64` (`x86_64`), `arm64`, `arm7` (raspi>=3)

@@ -196,10 +195,12 @@ curl -fsSL 'https://docker-compose.archivebox.io' > docker-compose.yml # docker compose run [-T] archivebox [subcommand] [--help] docker compose run archivebox add 'https://example.com' docker compose run archivebox help - + +For more info, see Install: Docker Compose in the Wiki. ➡️ + -See below for more usage examples using the CLI, Web UI, or filesystem/SQL/Python to manage your archive. +See below for more usage examples using the CLI, Web UI, or filesystem/SQL/Python to manage your archive.

@@ -212,6 +213,7 @@ See below for more usage examples using the C
mkdir -p ~/archivebox/data && cd ~/archivebox/data
 docker run -v $PWD:/data -it archivebox/archivebox init --setup
 
+For more info, see Install: Docker in the Wiki. ➡️
  • Optional: Start the server then login to the Web UI http://127.0.0.1:8000 ⇢ Admin.
    docker run -v $PWD:/data -p 8000:8000 archivebox/archivebox