diff options
| -rw-r--r-- | README.md | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -124,11 +124,8 @@ cargo build --release Release builds and deployments are automated via GitHub Actions. See [release.yml](.github/workflows/release.yml) for details. -**Windows**: `.\build.ps1 zipball` - -**Linux** -1. `cargo build --target x86_64-unknown-linux-musl --release` -2. `make tarball` +- Windows: `.\build.ps1 zipball` +- Linux: `make tarball` Release zip/tarball should be ready on directory `dist`. |
