aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-11-21 15:45:52 +0100
committerQuentin <quentin@deuxfleurs.fr>2020-11-21 15:45:52 +0100
commit78be2b363f6747f8dae9c8c86e96c88ae8a054b3 (patch)
treeb5c364083d3f21d133dd7c325c70ef96a02f8ffd /README.md
parent92ab3eedfc03a6cd770e36745373ca188ed9ee20 (diff)
downloadgarage-78be2b363f6747f8dae9c8c86e96c88ae8a054b3.tar.gz
garage-78be2b363f6747f8dae9c8c86e96c88ae8a054b3.zip
Remove s3cmd mention
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6d2600e4..9325bcae 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 `eprouvette` 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 cp /proc/cpuinfo s3://eprouvette/cpuinfo.txt`, `s3grg ls s3://eprouvette`. `s3grg` is a wrapper on `s3cmd` configured with the previously generated API key (the one in `/tmp/garage.s3`).
+ 8. You can use `s3grg` to add, remove, and delete files. Try `s3grg --help`, `s3grg cp /proc/cpuinfo s3://eprouvette/cpuinfo.txt`, `s3grg ls s3://eprouvette`. `s3grg` is a wrapper on the `aws s3` subcommand configured with the previously generated API key (the one in `/tmp/garage.s3`).
Now you should be ready to start hacking on garage!