You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2023/03/07 16:08:53 UTC

[shardingsphere] branch master updated: Update contributor.en.md (#24402)

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

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 36dd6e42a22 Update contributor.en.md (#24402)
36dd6e42a22 is described below

commit 36dd6e42a22446040698fd04065fd09270d4bc25
Author: Gael Yimen Yimga <75...@users.noreply.github.com>
AuthorDate: Tue Mar 7 08:08:44 2023 -0800

    Update contributor.en.md (#24402)
    
    Updating the section to setup ShardingSphere on local machine.
---
 docs/community/content/involved/contribute/contributor.en.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/community/content/involved/contribute/contributor.en.md b/docs/community/content/involved/contribute/contributor.en.md
index c53d53a526a..5ea07fc1ea9 100644
--- a/docs/community/content/involved/contribute/contributor.en.md
+++ b/docs/community/content/involved/contribute/contributor.en.md
@@ -31,6 +31,7 @@ git clone https://github.com/(your_github_name)/shardingsphere.git
 Add ShardingSphere remote repository.
 
 ```shell
+cd shardingsphere
 git remote add apache https://github.com/apache/shardingsphere.git
 git remote -v
 ```