mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
docs: update docs
This commit is contained in:
parent
21727f300e
commit
5569a42788
@ -4,3 +4,29 @@ nav_order: 2
|
||||
---
|
||||
|
||||
# 安装
|
||||
|
||||
访问[发布页面]下载所需版本即可。
|
||||
|
||||
{: .note }
|
||||
> “Continuous Build”是日常构建版本,包含最新的功能,也意味着包含最新的BUG
|
||||
|
||||
## 如何选择文件
|
||||
|
||||
发布文件格式为:*xtools-[系统]-[版本]-[处理器框架].[后缀]*,例如*xtools-windows-v2025.3.6-amd64.zip*指的是软件包是于2025年3月6日构建的适用于64位windows平台。
|
||||
|
||||
关于文件后缀:
|
||||
|
||||
* zip: 绿色版软件,解压运行即可
|
||||
* deb: Linux安装包,可以使用 “*sudo dpkg -i xtools-linux-v7.1.0-x86_64.deb*”来安装
|
||||
* AppImage: 适用于Linux系统的单文件运行包,下载后双击运行即可,推荐Linux用户使用。
|
||||
* apk: 安卓安装包
|
||||
* dmg: macOS软件包
|
||||
|
||||
{: .important }
|
||||
> 下载AppImage包后可能需要执行"*sudo chmod +x xtools-xxx-xxx-xxx.AppImage*"来赋予可执行权限后才能运行
|
||||
>
|
||||
> deb包是基于ubuntu-20.04构建的,使用于ubuntu 20.04或更新版本系统
|
||||
>
|
||||
> 安卓包未经测试,只是按原样提供
|
||||
|
||||
[发布页面]: https://github.com/x-tools-author/x-tools/releases
|
||||
|
||||
7
docs/docs/install/install-source.md
Normal file
7
docs/docs/install/install-source.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: 从源码安装
|
||||
parent: 安装
|
||||
nav_order: 2.2
|
||||
---
|
||||
|
||||
# 从源码安装
|
||||
7
docs/docs/install/install-store.md
Normal file
7
docs/docs/install/install-store.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: 从应用商店安装
|
||||
parent: 安装
|
||||
nav_order: 2.1
|
||||
---
|
||||
|
||||
# 从应用商店安装
|
||||
Loading…
Reference in New Issue
Block a user