From fb02a7da06dbec22d6f5c165ba1379c1829799da Mon Sep 17 00:00:00 2001 From: Alex <33497058+bexsoft@users.noreply.github.com> Date: Thu, 5 Oct 2023 12:31:06 -0500 Subject: [PATCH] Updated README file (#3074) Updated README file Signed-off-by: Benjamin Perez --- README.md | 29 +++-------------------------- 1 file changed, 3 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index f6c173f2a..e36535bcb 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,6 @@ A graphical user interface for [MinIO](https://github.com/minio/minio) - [MinIO Console](#minio-console) - [Install](#install) - - [Binary Releases](#binary-releases) - - [Docker](#docker) - [Build from source](#build-from-source) - [Setup](#setup) - [1. Create a user `console` using `mc`](#1-create-a-user-console-using-mc) @@ -29,31 +27,10 @@ A graphical user interface for [MinIO](https://github.com/minio/minio) ## Install -### Binary Releases +MinIO Console is a library that provides a management and browser UI overlay for the MinIO Server. +The standalone binary installation path has been removed. -| OS | ARCH | Binary | -|:-------:|:-------:|:----------------------------------------------------------------------------------------------------:| -| Linux | amd64 | [linux-amd64](https://github.com/minio/console/releases/latest/download/console-linux-amd64) | -| Linux | arm64 | [linux-arm64](https://github.com/minio/console/releases/latest/download/console-linux-arm64) | -| Linux | ppc64le | [linux-ppc64le](https://github.com/minio/console/releases/latest/download/console-linux-ppc64le) | -| Linux | s390x | [linux-s390x](https://github.com/minio/console/releases/latest/download/console-linux-s390x) | -| Apple | amd64 | [darwin-amd64](https://github.com/minio/console/releases/latest/download/console-darwin-amd64) | -| Windows | amd64 | [windows-amd64](https://github.com/minio/console/releases/latest/download/console-windows-amd64.exe) | - -You can also verify the binary with [minisign](https://jedisct1.github.io/minisign/) by downloading the -corresponding [`.minisig`](https://github.com/minio/console/releases/latest) signature file. Then run: - -``` -minisign -Vm console-- -P RWTx5Zr1tiHQLwG9keckT0c45M3AGeHD6IvimQHpyRywVWGbP1aVSGav -``` - -### Docker - -Pull the latest release via: - -``` -docker pull minio/console -``` +In case a Console standalone binary is needed, it can be generated by building this package from source as follows: ### Build from source