Update README.md

This commit is contained in:
Victor Westerlund 2022-03-15 07:17:07 -08:00 committed by GitHub
parent 76c006823e
commit 6155068c9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,10 @@ git clone https://github.com/VictorWesterlund/cloud-backup
2. **Install dependencies** 2. **Install dependencies**
```bash ```bash
# Install dependencies for your cloud provider "gcloud", "aws" or "azure". Leaving it empty will install everything
bash install.sh aws
# Or install everything directly with PIP
python3 -m pip install -r requirements.txt python3 -m pip install -r requirements.txt
``` ```