diff --git a/README.md b/README.md index 28abef9..6079e90 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,10 @@ A docker implementation of [ExtentX](https://github.com/anshooarora/extentx). ## Installation 1. Clone this repository 2. Install [Docker](https://www.docker.com/) with Docker Compose -3. Run `docker-compose up -d` from the cloned directory +3. Run `docker-compose up -d` from the cloned directory to start the *ExtentX* and *Mongo* Goto [http://localhost:1337](http://localhost:1337) in your browser to view the extentx dashboard. +To stop the server and the mongo, run `docker-compose stop`. + **P.S**: Hit **Star** button if you found this useful.