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:32 UTC

[incubator-wayang] branch zkaoudi-patch-1 created (now ccbdd20e)

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

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


      at ccbdd20e Update README.md

This branch includes the following new commits:

     new ccbdd20e Update README.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by zk...@apache.org.
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