forked from Deuxfleurs/garage
fix indent 2
This commit is contained in:
parent
df44d32e45
commit
2ea1816a4a
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -35,11 +35,11 @@ We propose the following quickstart to setup a full dev. environment as quickly
|
||||||
```bash
|
```bash
|
||||||
s3cmd \
|
s3cmd \
|
||||||
--host 127.0.0.1:3900 \
|
--host 127.0.0.1:3900 \
|
||||||
--access_key=GK108acc0d179b13826e54442b \
|
--access_key=GK108acc0d179b13826e54442b \
|
||||||
--secret_key=f52aac5722c48f038ddf8612d1e91e8d0a9535048f1f1cd402cd0416f9f8807f \
|
--secret_key=f52aac5722c48f038ddf8612d1e91e8d0a9535048f1f1cd402cd0416f9f8807f \
|
||||||
--region=garage \
|
--region=garage \
|
||||||
--no-ssl \
|
--no-ssl \
|
||||||
ls s3://éprouvette
|
ls s3://éprouvette
|
||||||
```
|
```
|
||||||
|
|
||||||
Now you should be ready to start hacking on garage!
|
Now you should be ready to start hacking on garage!
|
||||||
|
|
Loading…
Reference in a new issue