summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4409b1d..b82e66d 100644
--- a/README.md
+++ b/README.md
@@ -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`.