summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1de10c8..21f523d 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,14 @@ 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`
+- Windows:
+ 1. Download `WinDivert`:
+ ```ps
+ Invoke-WebRequest -Uri "https://reqrypt.org/download/WinDivert-2.2.2-A.zip" -OutFile WinDivert.zip
+ Expand-Archive -Path WinDivert.zip -DestinationPath .\
+ Remove-Item .\WinDivert.zip
+ ```
+ 2. `.\build.ps1 zipball`
- Linux: `make tarball`
Release zip/tarball should be ready on directory `dist`.