From 56ecf79216f1425a6c53b56c5a3b2ad305c0084b Mon Sep 17 00:00:00 2001 From: Rohil Surana Date: Thu, 14 Jul 2022 14:42:54 +0530 Subject: [PATCH] docs: fix installation instructions and details in readme (#75) --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1676ad2d..5fb00afa 100644 --- a/README.md +++ b/README.md @@ -36,10 +36,7 @@ in your PATH for easy use. `/usr/local/bin` is the most probable location. ```sh # Install entropy (requires homebrew installed) -$ brew install odpf/taps/entropy - -# Upgrade entropy (requires homebrew installed) -$ brew upgrade entropy +$ brew install odpf/tap/entropy # Check for installed entropy version $ entropy version @@ -47,7 +44,7 @@ $ entropy version ## Usage -Entropy typically runs as a service and requires a MongoDB to store its state. +Entropy typically runs as a service and requires a Postgres to store its state. ## Running locally @@ -62,7 +59,7 @@ $ make build $ docker-compose up # Run entropy on a recipe file -$ ./entropy serve +$ ./dist/entropy serve ```