You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,14 @@ Following is the example of live decoding of Protocol Buffers message transfered
14
14

15
15
16
16
17
-
### Building ###
17
+
### Installation ###
18
+
19
+
1. Download ```pentaho-protobuf-decode``` Zip archive from [latest release page](https://github.com/RuckusWirelessIL/pentaho-protobuf-decode/releases/latest).
20
+
2. Extract downloaded archive into *plugins/steps* directory of your Pentaho Data Integration distribution.
21
+
22
+
23
+
### Building from source code ###
18
24
19
25
```
20
26
mvn clean package
21
27
```
22
-
23
-
### Installation ###
24
-
25
-
Extract ```target/pentaho-protobuf-decode-1.0.0.zip``` in *plugins/steps* directory of your Pentaho Data Integration distribution.
0 commit comments