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

[skywalking-cli] branch master updated: Update README.md (#41)

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

kezhenxu94 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new e3ffd58  Update README.md (#41)
e3ffd58 is described below

commit e3ffd58dfd5982e47048f0974f8813063b4e0b3e
Author: 吴晟 Wu Sheng <wu...@foxmail.com>
AuthorDate: Wed Jul 8 21:47:48 2020 +0800

    Update README.md (#41)
---
 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
 ```