Install zd on Windows
Use the x64 setup executable from a GitHub Release for normal installation.
Install a release
-
Open the latest GitHub Release.
-
Download the Windows x64
-setup.exeand its matching.sha256file. -
In PowerShell, verify that the installer matches the published checksum:
$installer = Get-Item .\zd_*-setup.exe $expected = (Get-Content "$($installer.FullName).sha256").Split()[0] $actual = (Get-FileHash $installer.FullName -Algorithm SHA256).Hash.ToLowerInvariant() $actual -eq $expectedContinue only when PowerShell prints
True. -
Run the setup executable and complete the per-user installation.
The v0.1 Windows installer is not code signed. Windows may show a SmartScreen warning even when the checksum matches the release.
Update
Download and verify the installer from the newer release, then run it over the existing installation.
Remove
Remove zd from Windows Settings → Apps → Installed apps. Your Markdown files are ordinary files
and are not removed with the application.