From 257ada4a6f2a7bc07c129232a2750e537a425f34 Mon Sep 17 00:00:00 2001 From: mycognosist Date: Wed, 2 Dec 2020 15:50:36 +0000 Subject: [PATCH] Update install instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f815118..72aa85d 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Currently: An idempotent script for initializing the Debian repo on the VPS ``` -apt update -apt install git python python3-pip rsync +sudo apt update +sudo apt install git python python3-pip rsync git clone https://github.com/peachcloud/peach-vps.git cd peach-vps pip3 install -r requirements.txt