diff --git a/README.md b/README.md index 89418b7b..ed6994d8 100644 --- a/README.md +++ b/README.md @@ -169,8 +169,8 @@ See below for more usage examples using the C
# On Ubuntu >= 20.04, add the sources automatically:
 sudo apt install software-properties-common
 sudo add-apt-repository -u ppa:archivebox/archivebox
-
-# On Ubuntu <= 19.10, or other Debian-style systems add the sources manually:
+
+
# On Ubuntu <= 19.10, or other Debian-style systems add the sources manually:
 echo "deb http://ppa.launchpad.net/archivebox/archivebox/ubuntu focal main" | sudo tee /etc/apt/sources.list.d/archivebox.list
 sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C258F79DCC02E369
 sudo apt update