Update screenshots. Use png instead of jpgs. (#5770)

This commit is contained in:
Dee Koder
2018-04-06 01:21:25 -07:00
committed by Nitish Tiwari
parent 861550446a
commit c30f75de28
5 changed files with 2 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ firewall-cmd --reload
## Test using Minio Browser
Minio Server comes with an embedded web based object browser. Point your web browser to http://127.0.0.1:9000 ensure your server has started successfully.
![Screenshot](https://github.com/minio/minio/blob/master/docs/screenshots/minio-browser.jpg?raw=true)
![Screenshot](https://github.com/minio/minio/blob/master/docs/screenshots/minio-browser.png?raw=true)
## Test using Minio Client `mc`
`mc` provides a modern alternative to UNIX commands like ls, cat, cp, mirror, diff etc. It supports filesystems and Amazon S3 compatible cloud storage services. Follow the Minio Client [Quickstart Guide](https://docs.minio.io/docs/minio-client-quickstart-guide) for further instructions.