mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-03-04 04:47:30 +00:00
Updated FAQ (markdown)
4
FAQ.md
4
FAQ.md
@@ -24,7 +24,7 @@ release 中,包的文件名中包含了多个信息,包括
|
||||
|
||||
对于macos用户:根据[go wiki](https://go.dev/doc/go1.25#darwin),go1.25开始不再支持macos11,请macos11用户下载带有`go124`标签的二进制文件,macos10.15用户下载带有`go122`标签的二进制文件,macoc10.13用户下载带有`go120`标签的二进制文件
|
||||
|
||||
对于windows用户:目前官方构建的所有版本均支持win7及更高版本的系统(非官方构建不保证这一点)
|
||||
对于windows用户:目前官方构建的所有版本均支持win7及更高版本的系统(非官方构建不保证这一点,我们通过维护[自己fork版本的golang](https://github.com/MetaCubeX/go)来编译)
|
||||
|
||||
对于linux用户:根据[go wiki](https://go.dev/doc/go1.24#linux),go1.24开始仅支持3.2+版本内核,请2.6.32~3.1版本内核用户下载带有`go123`标签的二进制文件
|
||||
|
||||
@@ -52,6 +52,6 @@ Check details of system compatibility information about Golang version 1.20 [her
|
||||
|
||||
For macOS users: According to the [Go wiki](https://go.dev/doc/go1.25#darwin), Go 1.25 no longer supports macOS 11. macOS 11 users are advised to download the binary with the `go124` tag, macOS 10.15 users are advised to download the binary with the `go122` tag, and macOS 10.13 users are advised to download the binary with the `go120` tag.
|
||||
|
||||
For Windows users: All official builds currently support Windows 7 and higher (unofficial builds are not guaranteed).
|
||||
For Windows users: Currently, all official builds support Windows 7 and higher. (Unofficial builds are not guaranteed to support this; we maintain [our own forked version of Golang](https://github.com/MetaCubeX/go) for compiling.)
|
||||
|
||||
For Linux users: According to the [go wiki](https://go.dev/doc/go1.24#linux), Go 1.24 only supports kernels 3.2 and higher. For kernels 2.6.32 to 3.1, please download the binary tagged `go123`.
|
||||
Reference in New Issue
Block a user