readme: fix scoop bucket command error

This commit is contained in:
hikerpig 2019-07-14 15:22:34 +08:00
parent 5ec98e1401
commit 26bfabf257

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
```