OSDN Git Service

versoin1.1.9 (#594)
[bytom/vapor.git] / README.md
index e8e838e..3e8b165 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,7 +12,8 @@ Vapor
 ## Get source code
 
 ```
-$ git clone https://github.com/Bytom/vapor.git $GOPATH/src/github.com/vapor
+$ cd $GOPATH/src/github.com/bytom
+$ git clone https://github.com/Bytom/vapor.git
 ```
 
 Then, you have two ways to get vapor executable file:
@@ -23,7 +24,7 @@ Then, you have two ways to get vapor executable file:
 ## Installation
 
 ```
-$ cd $GOPATH/src/github.com/vapor
+$ cd $GOPATH/src/github.com/bytom/vapor
 $ make install
 ```
 
@@ -51,7 +52,7 @@ $ vapord node --home <vapor-data-path>
 ### Build the image
 
 ```
-$ cd $GOPATH/src/github.com/vapor
+$ cd $GOPATH/src/github.com/bytom/vapor
 $ docker build -t vapor .
 ```
 
@@ -124,7 +125,7 @@ cast in consensus around, and choose how many rounds of consensus to allocate th
 
 ### Merger utxo
 UTXO has been merged to solve the problem that too much UTXO input causes a failed send transaction to fail. 
-[details](./toolbar/merger_utxo/README.md)
+[details](./cmd/utxomerge/README.md)
 
 ## License