You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by zk...@apache.org on 2023/05/17 09:52:33 UTC

[incubator-wayang] 01/01: Update README.md

This is an automated email from the ASF dual-hosted git repository.

zkaoudi pushed a commit to branch zkaoudi-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git

commit ccbdd20eae6e26f209d322965925109a0497811a
Author: Zoi Kaoudi <zk...@users.noreply.github.com>
AuthorDate: Wed May 17 11:52:27 2023 +0200

    Update README.md
---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ffd0d1d5..e9098366 100644
--- a/README.md
+++ b/README.md
@@ -32,10 +32,11 @@ Apache Wayang (incubating) can be used via the following APIs:
 
 ## Quick Guide
 
-For a quick guide on how to run WordCount see [here](tutorial.md).
+For a guide on how to quickly run WordCount see [here](tutorial.md).
 
 ## Installing Wayang
 
+You first have to build the binaries as shown [here](tutorial.md).
 Once you have the binaries built, follow these steps to install Wayang:
 
 ```shell
@@ -69,7 +70,7 @@ Since Apache Wayang (incubating) is not an execution engine itself but rather ma
 To execute your first application with Apache Wayang, you need to execute your program with the 'wayang-submit' command:
 
 ```shell
-wayang-submit org.apache.wayang.apps.wordcount.Main java file://$(pwd)/README.md
+bin/wayang-submit org.apache.wayang.apps.wordcount.Main java file://$(pwd)/README.md
 ```
 
 ## Getting Started