This is an automated email from the ASF dual-hosted git repository.
xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new d2d47b2 Fix quick demo instructions #6155 (#6156)
d2d47b2 is described below
commit d2d47b21704b9ec0bccf0858df2590143ee7d5a5
Author: Deepak Bhaskaran <[email protected]>
AuthorDate: Mon Oct 19 00:24:41 2020 -0700
Fix quick demo instructions #6155 (#6156)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a076d8a..1ab6e42 100644
--- a/README.md
+++ b/README.md
@@ -93,7 +93,7 @@ $ cd incubator-pinot
$ mvn clean install -DskipTests -Pbin-dist
# Run the Quick Demo
-$ cd pinot-distribution/target/apache-pinot-incubating-<version>-SNAPSHOT-bin
+$ cd
pinot-distribution/target/apache-pinot-incubating-<version>-SNAPSHOT-bin/apache-pinot-incubating-<version>-SNAPSHOT-bin
$ bin/quick-start-batch.sh
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]