From 02b85b63f2ccf505ca382363cb3750f4ce9de4da Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 23 Apr 2021 19:04:49 -0400 Subject: [PATCH] fix missing closing tag --- README.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3db84256..71a1efd6 100644 --- a/README.md +++ b/README.md @@ -132,7 +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 also be used without running a server
    +# completely optional, CLI can always be used without running a server
     
  • @@ -152,7 +152,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 also be used without running a server
    +# completely optional, CLI can always be used without running a server
     
  • @@ -187,7 +187,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 also be used without running a server
    +# completely optional, CLI can always be used without running a server
     
  • @@ -203,7 +203,7 @@ See below for more usage examples using the C
  • Install Homebrew on your system (if not already installed).
  • Install the ArchiveBox package using brew.
    brew install archivebox/archivebox/archivebox
    -
    +
  • Create a new empty directory and initalize your collection (can be anywhere).
    mkdir ~/archivebox && cd ~/archivebox
    @@ -212,7 +212,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 also be used without running a server
    +# completely optional, CLI can always be used without running a server
     
  • @@ -232,12 +232,13 @@ See below for more usage examples using the C
  • Create a new empty directory and initalize your collection (can be anywhere).
    mkdir ~/archivebox && cd ~/archivebox
    -archivebox init --setup  # install any missing extras like wget/ripgrep/etc. manually
    +archivebox init --setup
    +# install any missing extras like wget/git/ripgrep/etc. manually as needed
     
  • 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 also be used without running a server
    +# completely optional, CLI can always be used without running a server
     
  • @@ -289,8 +290,10 @@ archivebox init --setup # safe to run init multiple times (also how you upd archivebox --version archivebox help -archivebox add --depth=1 'https://example.com/some/rss/feed.xml' -archivebox add < ~/Downloads/bookmarks.html +# example usage: +# archivebox config --set SAVE_ARCHIVE_DOT_ORG=False +# archivebox add --depth=1 'https://example.com/some/rss/feed.xml' +# archivebox list --with-headers --html > static_index.html ``` - `archivebox setup/init/config/status/manage` to administer your collection