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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,10 @@ Additional developer tooling is included in below open source repo that contains
35
35
36
36
Rub below commands to Build and Install:
37
37
```bash
38
-
cd$GOPATH/github.com/TIBCOSoftware/mashling
38
+
cd$GOPATH/src/github.com/TIBCOSoftware/mashling
39
39
make all
40
40
```
41
+
NOTE: Windows users has to install [gnuwin32](https://sourceforge.net/projects/gnuwin32/files/make/) in order to use make command.
41
42
42
43
## Getting Started
43
44
A Mashling microgateway is created using the **Mashling** CLI tool. The tool can be used to create a gateway from an existing *mashling.json* or to create a simple base gateway to get you started. In this example we will walk you through creating the base/sample gateway.
0 commit comments