Skip to content

Commit

Permalink
fix installation getNodeVersion desc
Browse files Browse the repository at this point in the history
  • Loading branch information
cyjseagull committed Mar 31, 2020
1 parent 7d17267 commit a408086
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
10 changes: 6 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,11 +219,13 @@ Type 'help' or 'h' for help. Type 'quit' or 'q' to quit console.
# 获取客户端版本
[group:1]> getNodeVersion
{
"Build Time":"20190121 06:21:05",
"Build Type":"Linux/clang/Debug",
"Build Time":"20200331 07:12:25",
"Build Type":"Linux/clang/Release",
"Chain Id":"1",
"FISCO-BCOS Version":"2.3.0",
"Git Branch":"master",
"Git Commit Hash":"c213e033328631b1b8c2ee936059d7126fd98d1a"
"Git Branch":"HEAD",
"Git Commit Hash":"b8b62664d1b1f0ad0489bc4b3833bf730deee492",
"Supported Version":"2.3.0"
}
# 获取节点链接信息
[group:1]> getPeers
Expand Down
12 changes: 7 additions & 5 deletions en/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,13 @@ Type 'help' or 'h' for help. Type 'quit' or 'q' to quit console.
# acquire client ends version information
[group:1]> getNodeVersion
{
"Build Time":"20190121 06:21:05",
"Build Type":"Linux/clang/Debug",
"FISCO-BCOS Version":"2.0.0",
"Git Branch":"master",
"Git Commit Hash":"c213e033328631b1b8c2ee936059d7126fd98d1a"
"Build Time":"20200331 07:12:25",
"Build Type":"Linux/clang/Release",
"Chain Id":"1",
"FISCO-BCOS Version":"2.3.0",
"Git Branch":"HEAD",
"Git Commit Hash":"b8b62664d1b1f0ad0489bc4b3833bf730deee492",
"Supported Version":"2.3.0"
}
# acquire node connection information
[group:1]> getPeers
Expand Down

0 comments on commit a408086

Please sign in to comment.