From a0a4636810d7c22a04c88e3cadb6bcfa91235784 Mon Sep 17 00:00:00 2001 From: XiaoFu Date: Wed, 5 Sep 2018 14:58:09 +0800 Subject: [PATCH] update build md (#1626) --- docs/en/guides/How-to-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guides/How-to-build.md b/docs/en/guides/How-to-build.md index 006ce4331f..4ecd45325c 100644 --- a/docs/en/guides/How-to-build.md +++ b/docs/en/guides/How-to-build.md @@ -24,7 +24,7 @@ This document helps people to compile and build the project in your maven and se 1. Run `./mvnw compile -Dmaven.test.skip=true` to compile project and generate source codes. Because we use gRPC and protobuf. 1. Set **Generated Source Codes** folders. * `grpc-java` and `java` folders in **apm-protocol/apm-network/target/generated-sources/protobuf** - * `grpc-java` and `java` folders in **apm-collector/apm-collector-remote/apm-remote-grpc-provider/target/generated-sources/protobuf** + * `grpc-java` and `java` folders in **oap-server/server-core/target/generated-sources/protobuf** ## Setup your Eclipse IDE 1. Import the project as a maven project -- GitLab