diff --git a/README.md b/README.md index a105244..a9f9d06 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Minio can also work with AWS::SDK and aws-cli. ### Deployment -* Make the directories for config and data: `mkdir -p /test/.minio/config` and `mkdir -p /test/.minio/data`. +* Make the directories for config and data: `mkdir -p test/.minio/config` and `mkdir -p test/.minio/data`. * Copy `.env.example` to `.env` and input dummy keys for `MINIO_ACCESS_KEY` and `MINIO_SECRET_KEY`. @@ -14,6 +14,8 @@ Minio can also work with AWS::SDK and aws-cli. * Run `docker-compose up`. +* You can visit your locally-deployed minio instance at [http://localhost:9000/minio](http://localhost:9000/minio), using the values of `MINIO_ACCESS_KEY` and `MINIO_SECRET_KEY` to log in. + ### Sample commands #### Add a bucket @@ -35,4 +37,4 @@ s3cmd -c s3minio.cfg put FILE [FILE...] s3://sandwich ``` s3cmd -c s3minio.cfg ls s3://sandwich -``` \ No newline at end of file +```