From 1a7ef9f51b84353d6094e8ca1d42bf7e046c4d1f Mon Sep 17 00:00:00 2001 From: Shriram Anbalagan Date: Thu, 6 Feb 2020 11:28:30 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d55a8de2e2..5698426f3f 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ This repository contains the complete source code to be able to build DataHub's ``` cd docker/quickstart && docker-compose pull && docker-compose up --build ``` -5. After you have all Docker containers running in your machine, +5. After you have all Docker containers running in your machine: - Switch to a new terminal, `cd` into the clone repo and run below command to ingest provided sample data to DataHub: + Switch to a new terminal, `cd` into the clone repo and run below command to ingest provided sample data to DataHub: ``` docker build -t ingestion -f docker/ingestion/Dockerfile . && cd docker/ingestion && docker-compose up ``` - + > Note : If ingestion command is not run, you may not have enough sample data to explore the application and its features. 6. 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.