diff --git a/README.md b/README.md index 839ad4da..dfcaf19f 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,9 @@ archivebox help # to see more options
Get ArchiveBox with docker-compose on any platform (recommended, everything included out-of-the-box) +
First make sure you have Docker installed: https://docs.docker.com/get-docker/ -

+
This is the recommended way to run ArchiveBox because it includes *all* the extractors like chrome, wget, youtube-dl, git, etc., as well as full-text search with sonic, and many other great features.
@@ -82,7 +83,7 @@ docker-compose run archivebox help  # to see more options
 
 
Get ArchiveBox with docker on any platform - +
First make sure you have Docker installed: https://docs.docker.com/get-docker/
@@ -108,6 +109,8 @@ docker run -v $PWD:/data -it archivebox/archivebox help  # to see more options
 Get ArchiveBox with apt on Ubuntu >=20.04
 
 
+# add the repo to your sources and install the archivebox package using apt
+sudo apt install software-properties-common
 sudo add-apt-repository -u ppa:archivebox/archivebox
 sudo apt install archivebox
 
@@ -137,14 +140,19 @@ deb http://ppa.launchpad.net/archivebox/archivebox/ubuntu focal main
 deb-src http://ppa.launchpad.net/archivebox/archivebox/ubuntu focal main
 
+Then run `apt update; apt install archivebox; archivebox --version`. + (you may need to install some other dependencies manually however)
Get ArchiveBox with brew on macOS >=10.13 +
+First make sure you have Homebrew installed:https://brew.sh/#install
+# install the archivebox package using homebrew
 brew install archivebox/archivebox/archivebox
 
 # create a new empty directory and initalize your collection (can be anywhere)
@@ -170,8 +178,11 @@ archivebox help  # to see more options
 
 
Get ArchiveBox with pip on any platform +
+First make sure you have Python >= 3.7 installed: https://realpython.com/installing-python/
+# install the archivebox package using pip3
 pip3 install archivebox
 
 # create a new empty directory and initalize your collection (can be anywhere)