From 02a1fcd9d4f32dea54b935db4e5c893616e85256 Mon Sep 17 00:00:00 2001 From: NoDocCat Date: Wed, 21 Dec 2022 09:25:21 +0800 Subject: [PATCH] [FIX] Fix scoop command error --- docs/必学工具/Scoop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/必学工具/Scoop.md b/docs/必学工具/Scoop.md index 5d6b63e3..96870e54 100644 --- a/docs/必学工具/Scoop.md +++ b/docs/必学工具/Scoop.md @@ -45,7 +45,7 @@ Scoop 社区仅维护安装配置,所有的软件都是从该软件官方提 对于已经过时弃用的软件,Scoop 社区会将其从 [ScoopInstaller/Main](https://github.com/ScoopInstaller/Main) 中移除并将其添加到 [ScoopInstaller/Versions](https://github.com/ScoopInstaller/Versions) 中。如果你需要这些软件的话需要手动添加 bucket: ```powershell -scoop bucket add version +scoop bucket add versions scoop install python27 ```