OSDN Git Service

update doc update_doc
authoriczc <iczcalan@gmail.com>
Wed, 6 Nov 2019 02:54:00 +0000 (10:54 +0800)
committericzc <iczcalan@gmail.com>
Wed, 6 Nov 2019 02:54:00 +0000 (10:54 +0800)
README.md

index 350892f..985023d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -40,18 +40,18 @@ $ go env GOROOT GOPATH
 - Get the source code
 
 ``` bash
-$ git clone https://github.com/Bytom/bytom.git $GOPATH/src/github.com/bytom
+$ git clone https://github.com/Bytom/bytom.git $GOPATH/src/github.com/bytom/bytom
 ```
 
 - Build source code
 
 ``` bash
-$ cd $GOPATH/src/github.com/bytom
+$ cd $GOPATH/src/github.com/bytom/bytom
 $ make bytomd    # build bytomd
 $ make bytomcli  # build bytomcli
 ```
 
-When successfully building the project, the `bytom` and `bytomcli` binary should be present in `cmd/bytomd` and `cmd/bytomcli` directory, respectively.
+When successfully building the project, the `bytomd` and `bytomcli` binary should be present in `cmd/bytomd` and `cmd/bytomcli` directory, respectively.
 
 ### Executables