Skip to content

Commit

Permalink
fix(FAQ): update program name from Clash.meta to Mihomo (#62)
Browse files Browse the repository at this point in the history
Fixed the FAQ section to reflect the new program name for consistency.
  • Loading branch information
ratabb authored Jan 14, 2025
1 parent 37d2ad1 commit 4fb4b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/startup/faq.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Alpha branch is the latest commit branch, while the Meta branch merges the c

In`release`, the filename of each package includes several pieces of information, including:

* Program name (`clash.meta`)
* Program name (`mihomo`)
* Operating system (e.g., `android`, `darwin`, `freebsd`, `linux`, `windows`, etc.)
* Architecture (e.g., `386`, `amd64`, `arm32v7`, `arm64`, etc.)
* Compilation method:
Expand Down
2 changes: 1 addition & 1 deletion docs/startup/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ alpha 分支为最新提交分支,meta 分支每隔一段时间合并 alpha

release 中,包的文件名中包含了多个信息,包括

* 程序名称(clash.meta)
* 程序名称 (`mihomo`)
* 操作系统(如 android、darwin、freebsd、linux、windows 等)
* 架构(如 386、amd64、arm32v7、arm64 等)
* 编译方式
Expand Down

0 comments on commit 4fb4b53

Please sign in to comment.