From 9df7b815e96795d647082f23175c054dcc0eaa4c Mon Sep 17 00:00:00 2001 From: Minio Trusted Date: Tue, 19 Jan 2021 23:41:52 -0800 Subject: [PATCH] docs: add AGPLv3 badge --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0273dfdb3..3630da65e 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,17 @@ # MinIO Console +![build](https://github.com/minio/console/workflows/Go/badge.svg) ![license](https://img.shields.io/badge/license-AGPL%20V3-blue) + A graphical user interface for [MinIO](https://github.com/minio/minio) -| Dashboard | Creating a bucket | -| ------------- | ------------- | -| ![Dashboard](images/pic1.png) | ![Dashboard](images/pic2.png) | +| Dashboard | Creating a bucket | +| ------------- | ------------- | +| ![Dashboard](images/pic1.png) | ![Dashboard](images/pic2.png) | ### Setup All `console` needs is a MinIO user with admin privileges and URL pointing to your MinIO deployment. + > Note: We don't recommend using MinIO's Operator Credentials #### 1. Create a user `console` using `mc`