OSDN Git Service

install descriptor.
authorgguoss <1536310027@qq.com>
Mon, 24 Jul 2017 07:53:07 +0000 (15:53 +0800)
committergguoss <1536310027@qq.com>
Mon, 24 Jul 2017 07:53:07 +0000 (15:53 +0800)
README.md

index 1e988d6..b9dd24b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,2 +1,13 @@
 # BlockChain.
 
+在终端键入
+1. make install
+2. cd ./cmd/blockchain
+3. go build
+编译成功
+
+两个节点测试
+在终端键入
+1. ./test.sh node1
+2. ./test.sh node2
+