Skip to content

Commit 49a2cd4

Browse files
Merge pull request #83 from TIBCOSoftware/chore-mashling-version-update
Update README.md
2 parents 4236075 + 01cac99 commit 49a2cd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ Additional developer tooling is included in below open source repo that contains
3535

3636
Rub below commands to Build and Install:
3737
```bash
38-
cd $GOPATH/github.com/TIBCOSoftware/mashling
38+
cd $GOPATH/src/github.com/TIBCOSoftware/mashling
3939
make all
4040
```
41+
NOTE: Windows users has to install [gnuwin32](https://sourceforge.net/projects/gnuwin32/files/make/) in order to use make command.
4142

4243
## Getting Started
4344
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

Comments
 (0)