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:20 UTC

[skywalking-python] branch doc/build created (now 4714000)

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

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


      at 4714000  Update doc "how to build from source"

This branch includes the following new commits:

     new 4714000  Update doc "how to build from source"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ke...@apache.org.
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.