Skip to content

Commit 56ecf79

Browse files
authored
docs: fix installation instructions and details in readme (#75)
1 parent 69035eb commit 56ecf79

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,15 @@ in your PATH for easy use. `/usr/local/bin` is the most probable location.
3636

3737
```sh
3838
# Install entropy (requires homebrew installed)
39-
$ brew install odpf/taps/entropy
40-
41-
# Upgrade entropy (requires homebrew installed)
42-
$ brew upgrade entropy
39+
$ brew install odpf/tap/entropy
4340

4441
# Check for installed entropy version
4542
$ entropy version
4643
```
4744

4845
## Usage
4946

50-
Entropy typically runs as a service and requires a MongoDB to store its state.
47+
Entropy typically runs as a service and requires a Postgres to store its state.
5148

5249
## Running locally
5350

@@ -62,7 +59,7 @@ $ make build
6259
$ docker-compose up
6360

6461
# Run entropy on a recipe file
65-
$ ./entropy serve
62+
$ ./dist/entropy serve
6663

6764
```
6865

0 commit comments

Comments
 (0)