Update README.md

This commit is contained in:
icesvz
2025-05-27 21:13:15 +03:00
committed by GitHub
parent bace31e29c
commit 65a24fd44c

View File

@@ -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 git clone https://github.com/OpenMaxIO/openmaxio-object-browser
cd openmaxio-object-browser/web-app cd openmaxio-object-browser/web-app
@@ -8,7 +8,7 @@ cd ../
make console make console
./console server ./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 CONSOLE_MINIO_SERVER=http://1.2.3.4:9000 ./console server