doc: add Windows packages to README
Dominic Della Valle committed
Jun 5, 2019 at 19:57 UTC
f6ea84952909d1a78cf9bf40d687a6496a989810
1 file changed
+12
README.md
+12
@@ -114,6 +114,18 @@ With snap, in any of the [supported Linux distributions](https://snapcraft.io/do
114
$ sudo snap install ipfs
115
```
116
117
+### From Windows package managers
118
+
119
+- [Chocolatey](#chocolatey)
120
+
121
+#### Chocolatey
122
+
123
+The package [ipfs](https://chocolatey.org/packages/ipfs) currently points to go-ipfs and is being maintained.
124
+
125
+```Powershell
126
+PS> choco install ipfs
127
+```
128
+
129
### Build from Source
130
131
#### Install Go