docs: update prompt

This commit is contained in:
2024-01-17 11:26:04 +08:00
parent b1ed129d3e
commit 743d8089b6
2 changed files with 5 additions and 1 deletions

View File

@@ -22,9 +22,11 @@
模版中自动为你集成了 [BetterAndroid](https://github.com/BetterAndroid/BetterAndroid) 依赖,它能助你的开发变得更轻松。
如果你需要使用 Jetpack Compose 的开发方式,请参考另一个模板 [android-compose-app-template](https://github.com/BetterAndroid/android-compose-app-template)。
## 开始使用
在 GitHub 上点击“Use this template”按钮来使用此模版成功创建新的存储库后使用 `git clone` 命令将你的项目克隆到本地,此时不要立即打开项目。
在 GitHub 上点击 “Use this template” 按钮来使用此模版,成功创建新的存储库后,使用 `git clone` 命令将你的项目克隆到本地,此时不要立即打开项目。
在项目的根目录,你可以找到 `initializer.json``initializer.py` 两个文件,请打开 `initializer.json` 文件,内容如下。

View File

@@ -24,6 +24,8 @@ Through this template, you can quickly create a clean and concise standard Andro
The template automatically integrates the [BetterAndroid](https://github.com/BetterAndroid/BetterAndroid) dependency for you, which can help make your development easier.
If you need to use the Jetpack Compose development methods, please refer to another template [android-compose-app-template](https://github.com/BetterAndroid/android-compose-app-template).
## Get Started
Click the "Use this template" button on GitHub to use this template.