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.