From 2463bc50bee2345c9c8c6dcde06558fdac32ff32 Mon Sep 17 00:00:00 2001 From: icesvz <46041560+icesvz@users.noreply.github.com> Date: Tue, 27 May 2025 21:14:36 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad027c4f8..004ac6326 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # To build you own OpenMaxIO UI: +```bash git clone https://github.com/OpenMaxIO/openmaxio-object-browser cd openmaxio-object-browser/web-app yarn install @@ -7,11 +8,13 @@ yarn build cd ../ make console ./console server +``` # To connect OpenMaxIO UI to an existing Minio server run this command (replace 1.2.3.4:9000 to your address) +```bash CONSOLE_MINIO_SERVER=http://1.2.3.4:9000 ./console server - +``` # OpenMaxIO Console