Skip to content

Commit 8a478ba

Browse files
author
Benjamin Perez
committed
Updated README file
Signed-off-by: Benjamin Perez <[email protected]>
1 parent 15de6ca commit 8a478ba

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

README.md

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ A graphical user interface for [MinIO](https://github.com/minio/minio)
1313

1414
- [MinIO Console](#minio-console)
1515
- [Install](#install)
16-
- [Binary Releases](#binary-releases)
17-
- [Docker](#docker)
1816
- [Build from source](#build-from-source)
1917
- [Setup](#setup)
2018
- [1. Create a user `console` using `mc`](#1-create-a-user-console-using-mc)
@@ -29,31 +27,9 @@ A graphical user interface for [MinIO](https://github.com/minio/minio)
2927

3028
## Install
3129

32-
### Binary Releases
30+
MinIO Console is bundled in MinIO Server standalone binary hence we no longer provide Standalone packages or containers for this dependency.
3331

34-
| OS | ARCH | Binary |
35-
|:-------:|:-------:|:----------------------------------------------------------------------------------------------------:|
36-
| Linux | amd64 | [linux-amd64](https://github.com/minio/console/releases/latest/download/console-linux-amd64) |
37-
| Linux | arm64 | [linux-arm64](https://github.com/minio/console/releases/latest/download/console-linux-arm64) |
38-
| Linux | ppc64le | [linux-ppc64le](https://github.com/minio/console/releases/latest/download/console-linux-ppc64le) |
39-
| Linux | s390x | [linux-s390x](https://github.com/minio/console/releases/latest/download/console-linux-s390x) |
40-
| Apple | amd64 | [darwin-amd64](https://github.com/minio/console/releases/latest/download/console-darwin-amd64) |
41-
| Windows | amd64 | [windows-amd64](https://github.com/minio/console/releases/latest/download/console-windows-amd64.exe) |
42-
43-
You can also verify the binary with [minisign](https://jedisct1.github.io/minisign/) by downloading the
44-
corresponding [`.minisig`](https://github.com/minio/console/releases/latest) signature file. Then run:
45-
46-
```
47-
minisign -Vm console-<OS>-<ARCH> -P RWTx5Zr1tiHQLwG9keckT0c45M3AGeHD6IvimQHpyRywVWGbP1aVSGav
48-
```
49-
50-
### Docker
51-
52-
Pull the latest release via:
53-
54-
```
55-
docker pull minio/console
56-
```
32+
In case a Console standalone binary is needed, it can be generated by building this package from source as follows:
5733

5834
### Build from source
5935

0 commit comments

Comments
 (0)