mirror of
https://codeberg.org/vlw/cloud-backup.git
synced 2025-09-14 10:03:40 +02:00
Update README.md
This commit is contained in:
parent
76c006823e
commit
6155068c9b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue