You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by xx...@apache.org on 2022/02/09 03:35:50 UTC

[kylin] branch main updated: Attach username and password to README.md

This is an automated email from the ASF dual-hosted git repository.

xxyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/main by this push:
     new 9f8a07f  Attach  username and password to README.md
9f8a07f is described below

commit 9f8a07f0d07ad7cb6980e539ede9661e58718b20
Author: Yao Zhou <zh...@users.noreply.github.com>
AuthorDate: Wed Jan 26 20:11:01 2022 +0800

    Attach  username and password to README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 47eb59e..42822e8 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ Get started with Kylin in 5 minutes with Docker
 =============
 In order to allow users to try Kylin easily, we provide a docker image for Kylin.
 
-Just run the following commands in your terminal. After 3~5 mins, you can access Kylin WebUI http://127.0.0.1:7070/kylin/login in your browser.
+Just run the following commands in your terminal. After 3~5 mins, you can access Kylin WebUI http://127.0.0.1:7070/kylin/login in your browser with ADMIN/KYLIN.
 
 1. pull docker image
 ```shell