diff --git a/README.md b/README.md index e9e32977..838c9bec 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ ls ./archive/*/index.json # or browse directly via the filesyste
  • Run the initial setup and create an admin user.
    docker-compose run archivebox init --setup
     
  • -
  • Optional: start the server then open the web UI http://127.0.0.1:8000. +
  • Optional: start the server web then open login to adminUI http://127.0.0.1:8000.
    
     docker-compose up
     
  • @@ -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 server then open the web UI http://127.0.0.1:8000. +
  • Optional: Start the web server then login to the admin UI http://127.0.0.1:8000.
    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 Apt sources and install the package.
      On Ubuntu >= 20.04, add the apt sources automatically:
      sudo apt install software-properties-common
       sudo add-apt-repository -u ppa:archivebox/archivebox
      @@ -173,8 +173,8 @@ sudo add-apt-repository -u ppa:archivebox/archivebox
       sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C258F79DCC02E369
       sudo apt update
       
      - -Then install the apt package: +
    3. +
    4. Install the ArchiveBox package using apt.
    5. sudo apt install archivebox
       
      @@ -183,7 +183,7 @@ sudo apt update archivebox init --setup # if any problems, install with pip instead -
    6. Optional: Start the server then open the web UI http://127.0.0.1:8000. +
    7. Optional: Start the web server then login to the admin UI http://127.0.0.1:8000.
      archivebox server 0.0.0.0:8000
       
    @@ -197,7 +197,7 @@ See below for more usage examples using the C
    1. Install Homebrew on your system (if not already installed).
    2. -
    3. Install the archivebox package using homebrew. +
    4. Install the ArchiveBox package using brew.
      brew install archivebox/archivebox/archivebox
       
       
    5. @@ -206,7 +206,7 @@ See below for more usage examples using the C archivebox init --setup # if any problems, install with pip instead -
    6. Optional: Start the server then open the web UI http://127.0.0.1:8000. +
    7. Optional: Start the web server then login to the admin UI http://127.0.0.1:8000.
      archivebox server 0.0.0.0:8000
       
    8. @@ -221,17 +221,16 @@ See below for more usage examples using the C
      1. Install Python >= v3.7 and Node >= v14 on your system (if not already installed).
      2. -
      3. Install the archivebox package using pip3. +
      4. Install the ArchiveBox package using pip3.
        pip3 install archivebox
         
      5. 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/git/ripgrep/etc. manually as needed
        +archivebox init --setup  # install any missing extras like wget/ripgrep/etc. manually
         
      6. -
      7. Optional: Start the server then open the web UI http://127.0.0.1:8000. +
      8. Optional: Start the web server then login to the admin UI http://127.0.0.1:8000.
        archivebox server 0.0.0.0:8000