OSDN Git Service

fix typo about bytomd path (#73)
author李永峰 <wliyongfeng@gmail.com>
Fri, 27 Oct 2017 01:27:35 +0000 (20:27 -0500)
committerGuanghua Guo <1536310027@qq.com>
Fri, 27 Oct 2017 01:27:35 +0000 (09:27 +0800)
.gitignore
README.md

index 484a31e..d34b0e5 100644 (file)
@@ -21,7 +21,7 @@ _cgo_export.*
 
 _testmain.go
 
-cmd/bytom/bytom
+cmd/bytomd/bytomd
 cmd/bytomcli/bytomcli
 cmd/bytom/.bytom
 
index f30e6c8..8f36643 100644 (file)
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ Currently, bytom is still in active development and a ton of work needs to be do
 
 ### Create and launch a single node
 
-When successfully building the project, the `bytom` and `bytomcli` binary should be present in `cmd/bytom/bytom` and `cmd/bytomcli/bytomcli`, respectively. The next step is to initialize the node:
+When successfully building the project, the `bytom` and `bytomcli` binary should be present in `cmd/bytomd` and `cmd/bytomcli`, respectively. The next step is to initialize the node:
 
 ```bash
 $ cd ./cmd/bytomd