From 6155068c9bf74ce2d373371d201da0ff224548dc Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Tue, 15 Mar 2022 07:17:07 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 39a4240..4cfd94b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ git clone https://github.com/VictorWesterlund/cloud-backup 2. **Install dependencies** ```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 ```