Moved to
https://gitlab.com/MarksonHo/sinnia
NO UPDATE ANYMORE HERE.
Thanks to: https://github.com/kidonng/sushi
Just follow https://scoop.sh/
Gitee's installer mirror: https://gitee.com/RubyKids/scoop-cn
After installing Scoop, you should install git a first:
scoop install gitJust follow https://github.com/kidonng/sushi
scoop bucket add clashdotnet https://github.com/MarksonHon/repo/scoop install clashdotnetscoop install clashminiscoop update; scoop update "*"scoop cleanup "*"- Windows 7 users should install Microsoft .NET Framework 4.8 at first.
- You should install
PowerShellat first and runscoopinPowerShellbut NOTWindows PowerShellor you might meet error(s). - You should set proxy to
gitto update buckets if you are in China, and you should add a terminal proxy to make sure thatscoopworks fine.
$env:HTTP_PROXY="http://127.0.0.1:11223" ### 11223 means your proxy server's port
$env:HTTPS_PROXY="http://127.0.0.1:11223"
$env:ALL_PROXY="socks5://127.0.0.1:11223"If you are using a proxy software such as Shadowsocks-Windows, proxyserver will be localhost or 127.0.0.1.