diff --git a/README.md b/README.md
index 76b51be3..86c0217b 100644
--- a/README.md
+++ b/README.md
@@ -152,7 +152,7 @@ docker run -v $PWD:/data -it archivebox/archivebox help # to see more options
Get ArchiveBox with
-First make sure you're on Ubuntu >= 20.04, or scroll down for older/non-Ubuntu instructions.
+First make sure you're on Ubuntu >= 20.04, or scroll down for older/non-Ubuntu system instructions.
apt
on Ubuntu >=20.04
# add the repo to your sources and install the archivebox package using apt
@@ -181,12 +181,15 @@ 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`:
-Then run `apt update; apt install archivebox; archivebox --version`.
-
(you may need to install some other dependencies manually however)
-deb http://ppa.launchpad.net/archivebox/archivebox/ubuntu focal main
-deb-src http://ppa.launchpad.net/archivebox/archivebox/ubuntu focal main
+echo "deb http://ppa.launchpad.net/archivebox/archivebox/ubuntu focal main" > /etc/apt/sources.list.d/archivebox.list
+echo "deb-src http://ppa.launchpad.net/archivebox/archivebox/ubuntu focal main" >> /etc/apt/sources.list.d/archivebox.list
+sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C258F79DCC02E369
+sudo apt update
+sudo apt install archivebox
+archivebox --version
+# then continue the instructions above
+
apt/brew/pip3 install archivebox
archivebox init
archivebox add 'https://example.com'