You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/07/08 13:43:47 UTC

[skywalking-cli] 01/01: Update README.md

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch wu-sheng-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git

commit 2dd12f146e4c66ca30418a5c8577b518c5ee6451
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Jul 8 21:43:40 2020 +0800

    Update README.md
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 52951a9..22eef04 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,8 @@ As SkyWalking CLI is using `Makefile`, compiling the project is as easy as execu
 ```shell
 git clone https://github.com/apache/skywalking-cli
 cd skywalking-cli
+git submodule init
+git submodule update
 make
 ```