diff --git a/Build.md b/Build.md index 7ea78df..5b064da 100644 --- a/Build.md +++ b/Build.md @@ -40,6 +40,6 @@ A Makefile is provided, which requires the `make` command. Simply clone the repo ### 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 `./scripts/version.sh 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. +* To generate executables for multiple platforms, run `./scripts/version.sh goreleaser build --snapshot --rm-dist`. They will be stored in `dist/` -* To generate package archives that include `data`, run `./scripts/version.sh goreleaser --snapshot --skip-publish --rm-dist`. +* To generate package archives that include `LICENSE` and `README.md`, run `./scripts/version.sh goreleaser --snapshot --skip-publish --rm-dist`.