diff --git a/docs/docs/open-source.html b/docs/docs/open-source.html index e187762..76283b5 100644 --- a/docs/docs/open-source.html +++ b/docs/docs/open-source.html @@ -40,7 +40,10 @@
go build -o diji/diji.exe

Building for a different platform

- +

List all of the possible targets ([platform]/[architecture]):

+
go tool dist list
+

Now select the target you want to build for and run this command, replacing [platform] with the os you want to build for and [architecture] with the architecture you want to build for:

+
GOOS=[platform] GOARCH=[architecture] go build . -o diji/diji