From d9b1b4eaebfb8e70e559e1c2753ac30f78aa947b Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Fri, 23 Apr 2021 19:21:52 -0400 Subject: [PATCH] separate ubuntu setup blocks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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