diff --git a/README.md b/README.md index 838c9bec..5fc5dfa9 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ See below for more usage examples using the C docker run -v $PWD:/data -it archivebox/archivebox init --setup -
  • Optional: Start the web server then login to the admin UI http://127.0.0.1:8000. +
  • Optional: Start the web server then login to the http://127.0.0.1:8000 ➡ Admin UI.
    docker run -v $PWD:/data -p 8000:8000 archivebox/archivebox
     
  • @@ -162,7 +162,7 @@ See below for more usage examples using the C Get ArchiveBox with apt on Ubuntu/Debian
      -
    1. Add the Apt sources and install the package.
      +
    2. Add the ArchiveBox repository to your sources.
      On Ubuntu >= 20.04, add the apt sources automatically:
      sudo apt install software-properties-common
       sudo add-apt-repository -u ppa:archivebox/archivebox
      @@ -183,7 +183,7 @@ sudo apt update
       archivebox init --setup           # if any problems, install with pip instead
       
    3. -
    4. Optional: Start the web server then login to the admin UI http://127.0.0.1:8000. +
    5. Optional: Start the web server then login to the http://127.0.0.1:8000 ➡ Admin UI.
      archivebox server 0.0.0.0:8000
       
    @@ -206,7 +206,7 @@ See below for more usage examples using the C archivebox init --setup # if any problems, install with pip instead -
  • Optional: Start the web server then login to the admin UI http://127.0.0.1:8000. +
  • Optional: Start the web server then login to the http://127.0.0.1:8000 ➡ Admin UI.
    archivebox server 0.0.0.0:8000
     
  • @@ -230,7 +230,7 @@ See below for more usage examples using the C archivebox init --setup # install any missing extras like wget/ripgrep/etc. manually -
  • Optional: Start the web server then login to the admin UI http://127.0.0.1:8000. +
  • Optional: Start the web server then login to the http://127.0.0.1:8000 ➡ Admin UI.
    archivebox server 0.0.0.0:8000