We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69035eb commit 56ecf79Copy full SHA for 56ecf79
README.md
@@ -36,18 +36,15 @@ in your PATH for easy use. `/usr/local/bin` is the most probable location.
36
37
```sh
38
# Install entropy (requires homebrew installed)
39
-$ brew install odpf/taps/entropy
40
-
41
-# Upgrade entropy (requires homebrew installed)
42
-$ brew upgrade entropy
+$ brew install odpf/tap/entropy
43
44
# Check for installed entropy version
45
$ entropy version
46
```
47
48
## Usage
49
50
-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.
51
52
## Running locally
53
@@ -62,7 +59,7 @@ $ make build
62
59
$ docker-compose up
63
60
64
61
# Run entropy on a recipe file
65
-$ ./entropy serve
+$ ./dist/entropy serve
66
67
68
0 commit comments