Unverified Commit 5353dcef authored by Steven Allen's avatar Steven Allen Committed by GitHub

Merge pull request #6440 from ipfs/djdv-patch-1

doc: add another Windows package to README
parents 2a22eb6b 0f4a75f0
......@@ -117,6 +117,7 @@ $ sudo snap install ipfs
### From Windows package managers
- [Chocolatey](#chocolatey)
- [Scoop](#scoop)
#### Chocolatey
......@@ -126,6 +127,14 @@ The package [ipfs](https://chocolatey.org/packages/ipfs) currently points to go-
PS> choco install ipfs
```
#### Scoop
Scoop provides `go-ipfs` in its 'extras' bucket.
```Powershell
PS> scoop add bucket extras
PS> scoop install go-ipfs
```
### Build from Source
#### Install Go
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment