Merge pull request #436 from sitiom/patch-1

Add Chocolatey installation for Windows
This commit is contained in:
meejah 2022-08-24 14:33:43 -06:00 committed by GitHub
commit 1575b57f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.