From 4e2eb53efacc5d49059c24db68eb570c968acb5d Mon Sep 17 00:00:00 2001 From: Vadym Vikulin Date: Wed, 24 Mar 2021 23:48:06 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d1d254a6..fd1546a2 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,16 @@ packages: 1. Install [Go](https://golang.org) (requires Go 1.16 or later) 2. Clone this repository -2. Run `./build` +3. Run `./build` Note that you can cross-compile for other platforms and architectures by specifying the `GOOS` and `GOARCH` environment variables, e.g. `GOOS=windows -./build` or `GOOS=linux GOARCH=mipsle ./build`. +./build` or `GOOS=linux GOARCH=mipsle ./build`. MSI build for 32/64bit platforms +can be done by following command: + +``` +PKGNAME=master PKGVERSION=0.3.16 contrib/msi/build-msi.sh x64 +``` ## Running