Update install instructions

This commit is contained in:
mycognosist 2020-12-02 15:50:36 +00:00
parent 32bb828b74
commit 257ada4a6f
1 changed files with 2 additions and 2 deletions

View File

@ -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