You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/09/01 10:13:37 UTC

[incubator-streampipes] branch dev updated: [hotfix] use master repo as reference for installer

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

wiener pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 599bee8  [hotfix] use master repo as reference for installer
599bee8 is described below

commit 599bee8c57cf7736f27f9a0e0cf0664c0b3271b2
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Tue Sep 1 12:13:22 2020 +0200

    [hotfix] use master repo as reference for installer
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 978d768..fe30b7c 100644
--- a/README.md
+++ b/README.md
@@ -85,11 +85,11 @@ The extensible toolbox of data processors and sinks supports use cases such as
 
 ## Installation
 
-The quickest way to run StreamPipes is by using our Docker-based [installation & operation options](https://www.github.com/apache/dev/incubator-streampipes-installer/tree/dev), namely: 
+The quickest way to run StreamPipes including the latest extensions (adapters, pipeline elements) is by using our Docker-based [installation & operation options](https://www.github.com/apache/dev/incubator-streampipes-installer), namely: 
 
-* **[StreamPipes Compose](https://github.com/apache/incubator-streampipes-installer/tree/dev/compose)** - The User's Choice
-* **[StreamPipes CLI](https://github.com/apache/incubator-streampipes-installer/tree/dev/cli)** - The Developer's Favorite
-* **[StreamPipes k8s](https://github.com/apache/incubator-streampipes-installer/tree/dev/k8s)** - The Operator's Dream
+* **[StreamPipes Compose](https://github.com/apache/incubator-streampipes-installer/compose)** - The User's Choice
+* **[StreamPipes CLI](https://github.com/apache/incubator-streampipes-installer/cli)** - The Developer's Favorite
+* **[StreamPipes k8s](https://github.com/apache/incubator-streampipes-installer/k8s)** - The Operator's Dream
 
 > **NOTE**: StreamPipes CLI & k8s are highly recommended for developers or operators. Standard users should stick to StreamPipes Compose.