From 743d8089b61ae8461b3ccc19632cc890b566a5cf Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Wed, 17 Jan 2024 11:26:04 +0800 Subject: [PATCH] docs: update prompt --- README-zh-CN.md | 4 +++- README.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README-zh-CN.md b/README-zh-CN.md index bccc624..0115a34 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -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` 文件,内容如下。 diff --git a/README.md b/README.md index f99d27f..5c7cf8d 100644 --- a/README.md +++ b/README.md @@ -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.