Fix doc format issue. (#24)

This commit is contained in:
吴晟 Wu Sheng 2021-09-13 21:15:33 +08:00 committed by GitHub
parent 9c206bea5c
commit a27cf2af71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 5 deletions

View File

@ -4,15 +4,19 @@ This document will help you compile and build a project in your maven and set yo
Prepare JDK 8+.
* If you clone codes from https://github.com/apache/skywalking-java
> git clone https://github.com/apache/skywalking-java.git
> cd skywalking-java
> ./mvnw clean package -Pall
```shell
git clone https://github.com/apache/skywalking-java.git
cd skywalking-java
./mvnw clean package -Pall
```
* If you download source codes tar from https://skywalking.apache.org/downloads/
> ./mvnw clean package
```shell
./mvnw clean package
```
The agent binary package is generated in `skywalking-agent` folder.
Set **Generated Source Codes**(`grpc-java` and `java` folders in **apm-protocol/apm-network/target/generated-sources/protobuf**)
folders if you are using IntelliJ IDE.
folders if you are using IntelliJ IDE.