[FIX] Fix scoop command error (#361)

This commit is contained in:
NoDocCat 2022-12-21 10:29:36 +08:00 committed by GitHub
parent 0e229b7586
commit e71d7badd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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