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

MarksonHon/repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 

Repository files navigation

Moved to

https://gitlab.com/MarksonHo/sinnia

NO UPDATE ANYMORE HERE.

A bucket for Scoop providing Clash .NET

中文版本

Thanks to: https://github.com/kidonng/sushi

Install Scoop & add buckets

1. Install Scoop

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

2. Add sushi bucket

Just follow https://github.com/kidonng/sushi

3. Add this bucket

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

Install apps

Clash .NET

scoop install clashdotnet

Clash.Mini

scoop install clashmini

Update apps

scoop update; scoop update "*"

Remove old version(s)

scoop cleanup "*"

TIPS:

  1. Windows 7 users should install Microsoft .NET Framework 4.8 at first.
  2. You should install PowerShell at first and run scoop in PowerShell but NOT Windows PowerShell or you might meet error(s).
  3. You should set proxy to git to update buckets if you are in China, and you should add a terminal proxy to make sure that scoop 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.

Releases

No releases published

Packages

No packages published