docs: Modified README.md with alias addition and bucket creation steps. (#2725)

This commit is contained in:
koolhead17 2016-09-17 02:57:36 -07:00 committed by Harshavardhana
parent 490056eee3
commit 250ac644d6

View file

@ -176,14 +176,10 @@ Open a web browser and navigate to http://127.0.0.1:9000 to view your buckets on
Install mc from [here](https://docs.minio.io/docs/minio-client-quickstart-guide). Use `mc ls` command to list all the buckets on your minio server.
```sh
$ mc config host add myminio http://10.0.0.10:9000 USWUXHGYZQYFYFFIT3RE MOJRH0mkL1IPauahWITSVvyDrQbEEIwljvmxdq03
$ mc mb myminio/mybucket
$ mc ls myminio/
[2015-08-05 08:13:22 IST] 0B andoria/
[2015-08-05 06:14:26 IST] 0B deflector/
[2015-08-05 08:13:11 IST] 0B ferenginar/
[2016-03-08 14:56:35 IST] 0B jarjarbing/
[2016-01-20 16:07:41 IST] 0B my.minio.io/
[2015-08-05 08:13:11 IST] 0B mybucket/
```
For more examples please navigate to [Minio Client Complete Guide](https://docs.minio.io/docs/minio-client-complete-guide).