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 git
Just follow https://github.com/kidonng/sushi
scoop bucket add clashdotnet https://github.com/MarksonHon/repo/
scoop install clashdotnet
scoop install clashmini
scoop update; scoop update "*"
scoop cleanup "*"
- Windows 7 users should install Microsoft .NET Framework 4.8 at first.
- You should install
PowerShell
at first and runscoop
inPowerShell
but NOTWindows PowerShell
or you might meet error(s). - You should set proxy to
git
to update buckets if you are in China, and you should add a terminal proxy to make sure thatscoop
works 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
.