diff --git a/README.md b/README.md index 0a5d2f7fd2..c663023e9d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ A graphical user interface for [MinIO](https://github.com/minio/minio) + +| Dashboard | Adding A User | +| ------------- | ------------- | +| ![Dashboard](images/pic1.png) | ![Dashboard](images/pic2.png) | + ## Setup All `mcs` needs is a MinIO user with admin privileges and URL pointing to your MinIO deployment. diff --git a/images/pic1.png b/images/pic1.png new file mode 100644 index 0000000000..8075a4aae1 Binary files /dev/null and b/images/pic1.png differ diff --git a/images/pic2.png b/images/pic2.png new file mode 100644 index 0000000000..2603b2288f Binary files /dev/null and b/images/pic2.png differ