Skip to content

Commit 54bf8ed

Browse files
committed
update docs
1 parent 4449173 commit 54bf8ed

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,25 @@ the status, progress, and related information of main and sub-tasks.
7171
## Getting Started
7272

7373
### Prerequisites
74+
Make sure you have Java and Maven installed in your development environment.
7475

7576
### Installation
7677

78+
Clone the repository to your local machine:
79+
80+
```bash
81+
git clone https://github.com/dianpoint/summer.git
82+
83+
```
84+
85+
Navigate to the project directory and build the project:
86+
87+
```bash
88+
cd summer
89+
mvn clean install
90+
```
91+
92+
7793
## Usage
7894

7995
## Roadmap

README_cn.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,25 @@ Summer 是一个最小化的 AOP(面向切面编程)和 IoC(控制反转
6262

6363
### 预备知识
6464

65+
确保您的开发环境中已经安装了 Java 和 Maven。
66+
6567
### 安装
6668

69+
克隆该仓库到本地:
70+
71+
```bash
72+
git clone https://github.com/dianpoint/summer.git
73+
74+
```
75+
76+
进入项目目录并构建项目:
77+
78+
```bash
79+
cd summer
80+
mvn clean install
81+
```
82+
83+
6784
## 用法
6885

6986
## 计划

0 commit comments

Comments
 (0)