Unverified Commit 0f4a75f0 authored by Dominic Della Valle's avatar Dominic Della Valle Committed by GitHub

doc: add another Windows package to README

Add scoop package for scoop users
parent ccef991a
......@@ -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