kit.program/website/docs/intro.md
2024-02-27 16:54:41 +08:00

22 lines
443 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
sidebar_position: 1
---
# 安装
kit 支持 Windowsx86_64、Linux(x86_64)、 Linux(arm64)、 Alpine 等多个执行平台。
下载地址http://baishe.fullstack.club:5244/
## 远程仓库
```shell
kit config remoteServer http://baishe.fullstack.club:5244/dav
kit config remoteAuth cheney@722V587
```
## 信雅达内部仓库
```shell
kit config remoteServer http://172.16.17.230:5244/dav
kit config remoteAuth kit@kitkit
```