From 0f2957379ac060aef0aff2a3077051a79d2acf69 Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Wed, 17 Feb 2021 13:24:18 +0000 Subject: [PATCH] Updated Build (markdown) --- Build.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Build.md b/Build.md index 87c8869..5be30d1 100644 --- a/Build.md +++ b/Build.md @@ -33,6 +33,8 @@ A Makefile is provided, which requires the `make` command. Simply clone the repo * If you get an error from npm regarding esbuild, this is because a precompiled binary for your system's architecture isn't available on npm. run `make all GOESBUILD=on` instead to have it compiled instead. +* You can optionally provide the path/name of the `go` executable manually with `make all GOBINARY=`. + ### Goreleaser [goreleaser](https://github.com/goreleaser/goreleaser) is used to publish the packages seen in the release section. * To generate executables for multiple platforms, run `goreleaser build --snapshot --rm-dist`. They will be stored in `dist/`. The `data/` directory must be manually copied into the same directory as the executable for it to run.