Commit eef9e6b3 authored by Him188's avatar Him188 Committed by GitHub

Update guide_quick_start.md

parent 0da92bc6
...@@ -21,10 +21,13 @@ ...@@ -21,10 +21,13 @@
[![Download](https://api.bintray.com/packages/him188moe/mirai/mirai-core/images/download.svg)](https://bintray.com/him188moe/mirai/mirai-core/) [![Download](https://api.bintray.com/packages/him188moe/mirai/mirai-core/images/download.svg)](https://bintray.com/him188moe/mirai/mirai-core/)
### 添加依赖 ### 添加依赖
#### 直接导入jar包 可通过以下三种方法之一添加 mirai 依赖.
您可以从以下repo下载已经编译好的jar包:
#### 直接导入jar包 (不推荐)
下载已经编译好的 Jar 包, 并添加 Jar 依赖:
- [mirai-core](https://github.com/mamoe/mirai-repo/tree/master/shadow/mirai-core) - [mirai-core](https://github.com/mamoe/mirai-repo/tree/master/shadow/mirai-core)
- [mirai-qqandriod](https://github.com/mamoe/mirai-repo/tree/master/shadow/mirai-core-qqandroid) - [mirai-qqandriod](https://github.com/mamoe/mirai-repo/tree/master/shadow/mirai-core-qqandroid)
#### Maven #### Maven
Kotlin 在 Maven 上只支持 JVM 平台. Kotlin 在 Maven 上只支持 JVM 平台.
...@@ -48,7 +51,7 @@ Kotlin 在 Maven 上只支持 JVM 平台. ...@@ -48,7 +51,7 @@ Kotlin 在 Maven 上只支持 JVM 平台.
</dependencies> </dependencies>
``` ```
#### Gradle #### Gradle (推荐)
Mirai 只发布在 `jcenter`, 因此请确保添加 `jcenter()` 仓库: Mirai 只发布在 `jcenter`, 因此请确保添加 `jcenter()` 仓库:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment