diff --git a/README.md b/README.md index 86c0217b..8a38d6fb 100644 --- a/README.md +++ b/README.md @@ -150,16 +150,21 @@ docker run -v $PWD:/data -it archivebox/archivebox help # to see more options
-Get ArchiveBox with apt on Ubuntu >=20.04 +Get ArchiveBox with apt on Ubuntu/Debian -First make sure you're on Ubuntu >= 20.04, or scroll down for older/non-Ubuntu system instructions. +This method should work on all Ubuntu/Debian based systems, including x86, amd64, arm7, and arm8 CPUs (e.g. Raspberry Pis >=3). + +If you're on Ubuntu >= 20.04, add the `apt` repository like so:

 # 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
+
+(♰ otherwise follow the instructions below for other systems) +

 # create a new empty directory and initalize your collection (can be anywhere)
 mkdir ~/archivebox && cd ~/archivebox
 npm install --prefix . 'git+https://github.com/ArchiveBox/ArchiveBox.git'
@@ -178,7 +183,7 @@ archivebox list --json --with-headers > index.json
 archivebox help  # to see more options
 
-For other Debian-based systems or older Ubuntu systems you can add these sources to `/etc/apt/sources.list`: +♰ For other Debian-based systems or older Ubuntu systems you can add these sources to `/etc/apt/sources.list`:

 echo "deb http://ppa.launchpad.net/archivebox/archivebox/ubuntu focal main" > /etc/apt/sources.list.d/archivebox.list