From a1275b77f9312d904a2fcf8191cefbf1a638addc Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Sat, 28 May 2022 13:46:32 -0600 Subject: [PATCH] use thine sudo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b165ead..7f23107 100644 --- a/README.md +++ b/README.md @@ -120,8 +120,8 @@ mkdir -p data/test/unvetted Install dependencies from Debian. ``` -apt update -apt install curl jq python3-pip +sudo apt update +sudo apt install curl jq python3-pip ``` ## Install Python Packages