From 26bfabf257120341aa2783fec233f89d4abff2ff Mon Sep 17 00:00:00 2001 From: hikerpig Date: Sun, 14 Jul 2019 15:22:34 +0800 Subject: [PATCH] readme: fix scoop bucket command error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 314ade8455c..fe5c9fde075 100644 --- a/README.md +++ b/README.md @@ -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 ```