From 65a24fd44cdd786a164a1d36e1c114d49ee74b17 Mon Sep 17 00:00:00 2001 From: icesvz <46041560+icesvz@users.noreply.github.com> Date: Tue, 27 May 2025 21:13:15 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 19e349cf7..ad027c4f8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#To build you own OpenMaxIO UI: +# To build you own OpenMaxIO UI: git clone https://github.com/OpenMaxIO/openmaxio-object-browser cd openmaxio-object-browser/web-app @@ -8,7 +8,7 @@ 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) +# To connect OpenMaxIO UI to an existing Minio server run this command (replace 1.2.3.4:9000 to your address) CONSOLE_MINIO_SERVER=http://1.2.3.4:9000 ./console server