You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kvrocks.apache.org by tw...@apache.org on 2022/09/11 14:19:19 UTC

[incubator-kvrocks-website] branch main updated: Update build commands in 02-server-installation.md (#14)

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

twice pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks-website.git


The following commit(s) were added to refs/heads/main by this push:
     new ddab3cb  Update build commands in 02-server-installation.md (#14)
ddab3cb is described below

commit ddab3cb4b263122f23d7f03eaf24c569e520fd65
Author: Ruixiang Tan <81...@qq.com>
AuthorDate: Sun Sep 11 22:19:14 2022 +0800

    Update build commands in 02-server-installation.md (#14)
---
 docs/02-server-installation.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/02-server-installation.md b/docs/02-server-installation.md
index 7b90521..23750b0 100644
--- a/docs/02-server-installation.md
+++ b/docs/02-server-installation.md
@@ -35,7 +35,8 @@ brew install autoconf automake libtool cmake
 ```
 $ git clone https://github.com/apache/incubator-kvrocks.git
 $ cd incubator-kvrocks
-$ ./build.sh build # `./build.sh -h` to check more options
+$ ./x.py build # `./x.py build -h` to check more options;
+               # especially, `./x.py build --ghproxy` will fetch dependencies via ghproxy.com.
 ```
 
 The binary file `kvrocks` would be generated at `src` dir if everything was going well, or you can help to file an issue with your context.