Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Latest commit

 

History

History
70 lines (46 loc) · 1.67 KB

README-CN.md

File metadata and controls

70 lines (46 loc) · 1.67 KB

移动到: https://gitlab.com/MarksonHo/sinnia

此处不再更新。

一个 Scoop 仓库

特别鸣谢 https://github.com/kidonng/sushi

安装 Scoop、添加仓库

1. 安装 Scoop

只要按照 https://scoop.sh/ 的说明来完成安装即可。

Gitee 的安装程序镜像:https://gitee.com/RubyKids/scoop-cn

安装完 Scoop 后,你应该先安装 git:

scoop install git

2. 添加 sushi 仓库

只需遵循 https://github.com/kidonng/sushi

3. 添加本仓库

scoop bucket add clashdotnet https://github.com/MarksonHon/repo/

安装软件

Clash .NET

scoop install clashdotnet

Clash.Mini

scoop install clashmini

升级软件

scoop update; scoop update "*"

移除旧版本

scoop cleanup "*"

提示:

  1. Windows 7 用户应该先安装Microsoft .NET Framework 4.8

  2. 你应首先安装PowerShell,并在 PowerShell 中运行scoop,而不是Windows PowerShell,否则你可能会遇到错误。

  3. 如果你在中国,你应该 git配置代理 以便更新仓库,同时你应该添加一个终端代理来确保 scoop 工作正常。

    $env:HTTP_PROXY="http://127.0.0.1:11223"
    $env:HTTPS_PROXY="http://127.0.0.1:11223"
    $env:ALL_PROXY="socks5://127.0.0.1:11223"

    如果你使用代理软件,如 Shadowsocks-Windows,proxyserver将是localhost127.0.0.1