diff --git a/getting-started/build-from-source/README.md b/getting-started/build-from-source/README.md index ed73a17..870c912 100644 --- a/getting-started/build-from-source/README.md +++ b/getting-started/build-from-source/README.md @@ -20,6 +20,6 @@ cd siddhi-sdk mvn clean install ``` -6) Now the Siddhi SDK zip file (ex: siddhi-sdk-2.0.0-SNAPSHOT.zip) will be created inside the +6) Now the Siddhi SDK zip file (ex: siddhi-sdk-5.0.0-SNAPSHOT.zip) will be created inside the {siddhi-sdk-home}/modules/siddhi-launcher/target/ . Unzip it. diff --git a/getting-started/run-a-siddhi-file/README.md b/getting-started/run-a-siddhi-file/README.md index 29354d4..d9ca1de 100644 --- a/getting-started/run-a-siddhi-file/README.md +++ b/getting-started/run-a-siddhi-file/README.md @@ -6,7 +6,7 @@ ``` cd "{siddhi-sdk-home}\bin" ``` -* {siddhi-sdk-home} is the path to the siddhi-sdk. ex:C:\siddhi-sdk-1.0.0-SNAPSHOT +* {siddhi-sdk-home} is the path to the siddhi-sdk. ex:C:\siddhi-sdk-5.0.0-SNAPSHOT 2) Run the Siddhi file using the following command. ``` @@ -23,7 +23,7 @@ file. ``` cd "{siddhi-sdk-home}/bin" ``` -* {siddhi-sdk-home} is the path to the siddhi-sdk. ex:/home/username/siddhi-sdk-1.0.0-SNAPSHOT +* {siddhi-sdk-home} is the path to the siddhi-sdk. ex:/home/username/siddhi-sdk-5.0.0-SNAPSHOT 2) Run the Siddhi file using the following command. ```