Merge pull request #6510 from hikerpig/master

readme: fix scoop bucket command error
This commit is contained in:
Steven Allen 2019-07-14 18:07:11 -07:00 committed by GitHub
commit 5537308734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ PS> choco install ipfs
Scoop provides `go-ipfs` in its 'extras' bucket.
```Powershell
PS> scoop add bucket extras
PS> scoop bucket add extras
PS> scoop install go-ipfs
```