diff --git a/README.md b/README.md index 0413418f90..b3193b4eb3 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,7 @@ docker build -t ingestion -f docker/ingestion/Dockerfile . && cd docker/ingestio ``` Note: Make sure that you're using Java 8, we have a strict dependency to Java 8 for build. -5. Finally, you can start `DataHub` by typing `http://localhost:9001` in your browser. You can sign in with `datahub` -as username and password. +5. Finally, you can start `DataHub` by opening [http://localhost:9001](http://localhost:9001) in your browser. You can sign in using `datahub` as both username and password. Refer to [debugging guide](docs/debugging.md) if you have issues in any of the above steps.