diff --git a/README.md b/README.md index 4ae947a9..f6fc0d1a 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ archivebox help See below for more usage examples using the CLI, Web UI, or filesystem/SQL/Python to manage your archive.

-See the pip-archivebox repo for more details about this distribution. +See the pip-archivebox repo for more details about this distribution.

@@ -300,12 +300,13 @@ sudo apt update
  • Install the ArchiveBox package using apt.
    sudo apt install archivebox
    -sudo python3 -m pip install --upgrade --ignore-installed archivebox   # pip needed because apt only provides a broken older version of Django
    +# update to newest version with pip (sometimes apt package is outdated)
    +pip install --upgrade --ignore-installed archivebox
     
  • Create a new empty directory and initialize your collection (can be anywhere).
    mkdir -p ~/archivebox/data && cd ~/archivebox/data
    -archivebox init --setup           # if any problems, install with pip instead
    +archivebox init --setup
     
    Note: If you encounter issues or want more granular instructions, see the Install: Bare Metal Wiki.

  • @@ -319,7 +320,7 @@ archivebox help See below for more usage examples using the CLI, Web UI, or filesystem/SQL/Python to manage your archive.
    -See the debian-archivebox repo for more details about this distribution. +See the debian-archivebox repo for more details about this distribution.

    @@ -331,12 +332,14 @@ See the debian-a
  • Install the ArchiveBox package using brew.
    brew tap archivebox/archivebox
     brew install archivebox
    +# update to newest version with pip (sometimes brew package is outdated)
    +pip install --upgrade --ignore-installed archivebox
     
    See the
    Install: Bare Metal Wiki for more granular instructions for macOS... ➡️
  • Create a new empty directory and initialize your collection (can be anywhere).
    mkdir -p ~/archivebox/data && cd ~/archivebox/data
    -archivebox init --setup         # if any problems, install with pip instead
    +archivebox init --setup
     
  • Optional: Start the server then login to the Web UI http://127.0.0.1:8000 ⇢ Admin. @@ -349,7 +352,7 @@ archivebox help See below for more usage examples using the CLI, Web UI, or filesystem/SQL/Python to manage your archive.
    -See the homebrew-archivebox repo for more details about this distribution. +See the homebrew-archivebox repo for more details about this distribution.