You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
328 B

2 years ago
# 获取源代码
jetlinks源代码托管在[GitHub](https://github.com/jetlinks/jetlinks-community)和[gitee](https://gitee.com/jetlinks/jetlinks-community),可直接前往克隆或者下载。
建议使用git clone。
```bash
$ git clone https://github.com/jetlinks/jetlinks-community.git && cd jetlinks-community
```