Skip to content

Commit

Permalink
移除 linux 支持
Browse files Browse the repository at this point in the history
  • Loading branch information
Initial-heart-1 authored Jul 5, 2024
1 parent be18e89 commit ce20927
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/guide/deploy/getStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Windows 系统推荐使用**可执行文件部署**,可执行文件部署是
| 操作系统 | 下载 | 备注 |
|---------|------------------------------|------------------------------------------|
| Windows | <download version="win32" /> | 仅支持 Windows 10、Windows Server 2016 及以上系统 |
| Linux | <download version="linux" /> | 不支持 Centos,目前在 Ubuntu 20.04 测试可用 |
| Linux | <del>AmiyaBot-v6.4.6-linux.zip</del> | 不再继续提供支持,请使用代码部署 |

### Windows

Expand All @@ -41,13 +41,21 @@ Windows 系统推荐使用**可执行文件部署**,可执行文件部署是

### Linux

不再继续提供支持,**请使用代码部署**

<details>
<summary>原内容</summary>

不支持 Centos,目前在 Ubuntu 20.04 测试可用。

下载并解压,进入 `package/dist` 目录,运行 `AmiyaBot-v6.x.x-linux`

```bash
cd package/dist/
chmod 777 ./AmiyaBot-v6.x.x-linux
./AmiyaBot-v6.x.x-linux
```
</details>

## 通过代码部署

Expand Down

0 comments on commit ce20927

Please sign in to comment.