-
CLI Usage Examples (non-Docker)
+
CLI Usage Examples: non-Docker
# make sure you have pip-installed ArchiveBox and it's available in your $PATH first
@@ -514,7 +514,7 @@ archivebox add --depth=1 'https://news.ycombinator.com'
-
Docker Compose CLI Usage Examples
+
CLI Usage Examples: Docker Compose
# make sure you have `docker-compose.yml` from the Quickstart instructions first
@@ -532,7 +532,7 @@ docker compose run archivebox add --depth=1 'https://news.ycombinator.com'
-
Docker CLI Usage Examples
+
CLI Usage Examples: Docker
# make sure you create and cd into in a new empty directory first