From ac2a5f82d866df745c7b02d518fb3f949693ffa3 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 23 Apr 2021 19:44:53 -0400 Subject: [PATCH] show cli usage example in server block --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bb542c53..ecc02d2e 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ curl -O 'https://raw.githubusercontent.com/ArchiveBox/ArchiveBox/master/docker-c
  • Optional: Start the server then login to the Web UI http://127.0.0.1:8000 ⇢ Admin.
    docker-compose up
     # completely optional, CLI can always be used without running a server
    +# docker-compose run [-T] archivebox [subcommand] [--args]
     
  • @@ -152,6 +153,7 @@ docker run -v $PWD:/data -it archivebox/archivebox init --setup
  • 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
     # completely optional, CLI can always be used without running a server
    +# docker run -v $PWD:/data -it [subcommand] [--args]
     
  • @@ -187,6 +189,7 @@ archivebox init --setup # if any problems, install with pip instead
  • Optional: Start the server then login to the Web UI http://127.0.0.1:8000 ⇢ Admin.
    archivebox server 0.0.0.0:8000
     # completely optional, CLI can always be used without running a server
    +# archivebox [subcommand] [--args]
     
  • @@ -212,6 +215,7 @@ archivebox init --setup # if any problems, install with pip instead
  • Optional: Start the server then login to the Web UI http://127.0.0.1:8000 ⇢ Admin.
    archivebox server 0.0.0.0:8000
     # completely optional, CLI can always be used without running a server
    +# archivebox [subcommand] [--args]
     
  • @@ -238,6 +242,7 @@ archivebox init --setup
  • Optional: Start the server then login to the Web UI http://127.0.0.1:8000 ⇢ Admin.
    archivebox server 0.0.0.0:8000
     # completely optional, CLI can always be used without running a server
    +# archivebox [subcommand] [--args]