aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-11-19 15:36:28 +0100
committerQuentin <quentin@deuxfleurs.fr>2020-11-19 15:36:28 +0100
commit2ea1816a4a76c41666f1af97dfb0fbd7c08620b4 (patch)
treeaabca25d26a12423f420f7e8c3929bf84aa8793c
parentdf44d32e458b7ac2b2531ab8e4504f3d8fffcea5 (diff)
downloadgarage-feature/on-boarding-2.tar.gz
garage-feature/on-boarding-2.zip
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index ff2e52b3..f170f2ca 100644
--- a/README.md
+++ b/README.md
@@ -35,11 +35,11 @@ We propose the following quickstart to setup a full dev. environment as quickly
```bash
s3cmd \
--host 127.0.0.1:3900 \
- --access_key=GK108acc0d179b13826e54442b \
- --secret_key=f52aac5722c48f038ddf8612d1e91e8d0a9535048f1f1cd402cd0416f9f8807f \
- --region=garage \
- --no-ssl \
- ls s3://éprouvette
+ --access_key=GK108acc0d179b13826e54442b \
+ --secret_key=f52aac5722c48f038ddf8612d1e91e8d0a9535048f1f1cd402cd0416f9f8807f \
+ --region=garage \
+ --no-ssl \
+ ls s3://éprouvette
```
Now you should be ready to start hacking on garage!