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/12/25 03:54:21 UTC

[skywalking-python] 01/01: Update doc "how to build from source"

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

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

commit 47140005638cfce03b0bc031af7eab091b1919f6
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Fri Dec 25 11:54:06 2020 +0800

    Update doc "how to build from source"
---
 docs/FAQ.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/FAQ.md b/docs/FAQ.md
index 719610b..175d989 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -23,4 +23,4 @@ git submodule update --init
 make install
 ``` 
 
-**NOTE** that because we use Git submodule, the aforementioned commands don't apply if you download the source codes (`.tgz`) from our official website.
+**NOTE** that if you download the source codes (`.tgz`) from our official website, simply run `make install` without `git submodule update --init` because the submodules are packaged in the tar.