From e501cc436cb44a4471019b4b413f01b374813481 Mon Sep 17 00:00:00 2001 From: sitiom Date: Thu, 31 Mar 2022 23:22:25 +0800 Subject: [PATCH] docs(install): Add Chocolatey installation for Windows --- docs/welcome.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/welcome.md b/docs/welcome.md index 579c010..c60e693 100644 --- a/docs/welcome.md +++ b/docs/welcome.md @@ -86,6 +86,15 @@ third-party package (published by the "snapcrafters" group): $ sudo snap install wormhole ``` +### Windows + +#### Chocolatey +``` +$ choco install magic-wormhole +``` + +The binaries for Windows are provided from this project: https://github.com/aquacash5/magic-wormhole-exe + ### Install from Source Magic-wormhole is a Python package, and can be installed in the usual ways.