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/06/23 07:04:24 UTC

[skywalking-python] 01/01: Add missing step in doc

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

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

commit c0b9ba2c60da1384e645a906400cd21d9ed76aa6
Author: kezhenxu94 <ke...@163.com>
AuthorDate: Tue Jun 23 15:02:05 2020 +0800

    Add missing step in doc
---
 docs/FAQ.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/FAQ.md b/docs/FAQ.md
index 9153fc9..9481198 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -20,5 +20,6 @@ that're not released yet, please clone the source codes and `make install` it:
 ```shell
 git clone https://github.com/apache/skywalking-python
 cd skywalking-python
+git submodule update --init
 make install
 ```