This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git
The following commit(s) were added to refs/heads/master by this push:
new 0dd6029 Add missing step in doc (#22)
0dd6029 is described below
commit 0dd6029dc833281f4fc73c85c5d2f0f41ed15ffd
Author: kezhenxu94 <[email protected]>
AuthorDate: Tue Jun 23 20:40:08 2020 +0800
Add missing step in doc (#22)
---
docs/FAQ.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/FAQ.md b/docs/FAQ.md
index 9153fc9..719610b 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -14,11 +14,13 @@ you can also disable the plugins via environment variables
`SW_AGENT_DISABLE_PLU
#### Q: How to build from sources?
-#### A: If you want to build the SkyWalking Python Agent from sources, for
some reasons, for example, you want to try the latest features
-that're not released yet, please clone the source codes and `make install` it:
+#### A: If you want to build the SkyWalking Python Agent from source codes,
for some reasons, for example, you want to try the latest features that're not
released yet, please clone the source codes from GitHub and `make install` it:
```shell
git clone https://github.com/apache/skywalking-python
cd skywalking-python
+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.