22 lines
443 B
Markdown
22 lines
443 B
Markdown
|
---
|
|||
|
sidebar_position: 1
|
|||
|
---
|
|||
|
|
|||
|
# 安装
|
|||
|
|
|||
|
kit 支持 Windows(x86_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
|
|||
|
```
|