diff --git a/README.en.md b/README.en.md index 8ccdd4aa1..119b95bcf 100644 --- a/README.en.md +++ b/README.en.md @@ -44,6 +44,8 @@ This project has integrated actuator (`monitoring`), admin (`visual monitoring`) ## Getting Started +> Note: If you has been forked this project, need to sync the project's code, please see: https://xkcoding.com/2018/09/18/how-to-update-the-fork-project.html + 1. `git clone https://github.com/xkcoding/spring-boot-demo.git` 2. Open the cloned project in IDEA 3. Import the `pom.xml` file from the root directory using `Maven Projects` panel diff --git a/README.md b/README.md index b5ec546ed..77c387889 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ ## 运行方式 +> 提示:如果是 fork 的朋友,同步代码的请参考:https://xkcoding.com/2018/09/18/how-to-update-the-fork-project.html + 1. `git clone https://github.com/xkcoding/spring-boot-demo.git` 2. 使用 IDEA 打开 clone 下来的项目 3. 在 IDEA 中 Maven Projects 的面板导入项目根目录下 的 `pom.xml` 文件