diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/go/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/go/README.md b/plugins/go/README.md index 60c3bfd..6d3c7dd 100644 --- a/plugins/go/README.md +++ b/plugins/go/README.md @@ -22,7 +22,7 @@ Building [gohs](https://github.com/flier/gohs), GoLang Binding of [HyperScan](https://01.org/hyperscan). ``` -$ MXE_PLUGIN_DIRS=plugins/go make hyperscan go +$ make hyperscan go MXE_PLUGIN_DIRS=plugins/go $ mkdir gopath $ GOPATH=`pwd`/gopath ./usr/bin/i686-w64-mingw32.static-go get \ github.com/flier/gohs/examples/simplegrep |