Update install instructions

This commit is contained in:
mycognosist 2020-12-02 15:50:36 +00:00
parent 32bb828b74
commit 257ada4a6f

View File

@ -12,8 +12,8 @@ Currently:
An idempotent script for initializing the Debian repo on the VPS An idempotent script for initializing the Debian repo on the VPS
``` ```
apt update sudo apt update
apt install git python python3-pip rsync sudo apt install git python python3-pip rsync
git clone https://github.com/peachcloud/peach-vps.git git clone https://github.com/peachcloud/peach-vps.git
cd peach-vps cd peach-vps
pip3 install -r requirements.txt pip3 install -r requirements.txt