aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-11-20 20:59:33 +0100
committerQuentin <quentin@deuxfleurs.fr>2020-11-20 20:59:33 +0100
commit165cef3785862a622c5b4bc027ba16527970a814 (patch)
tree95a1fb64725920d8012d20c5c66361f36a274da0
parentc460359061f7dba8367051fd6159f1fa8239a7aa (diff)
downloadgarage-feature/new-script.tar.gz
garage-feature/new-script.zip
Fix wording again!feature/new-script
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 85d9174d..10dcc0cd 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ We propose the following quickstart to setup a full dev. environment as quickly
5. Run `./script/dev-bucket.sh` to create a bucket named `éprouvette` and an API key that will be stored in `/tmp/garage.s3`
6. Run `source ./script/dev-env.sh` to configure your CLI environment
7. You can use `garage` to manage the cluster. Try `garage --help`.
- 8. You can use `s3grg` to add, remove, and delete files. Try `s3grg --help`, `s3grg put /proc/cpuinfo s3://éprouvette/cpuinfo.txt`, `s3grg ls s3://éprouvette`. `s3grg` is a wrapper on `s3cmd` configured with previous API key (the one in `/tmp/garage.s3`).
+ 8. You can use `s3grg` to add, remove, and delete files. Try `s3grg --help`, `s3grg put /proc/cpuinfo s3://éprouvette/cpuinfo.txt`, `s3grg ls s3://éprouvette`. `s3grg` is a wrapper on `s3cmd` configured with the previously generated API key (the one in `/tmp/garage.s3`).
Now you should be ready to start hacking on garage!