OSDN Git Service

fix(bcrp): don't allow overwrite attachEntries map when apply block (#1993)
[bytom/bytom.git] / README.md
index 350892f..f3a8859 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
 
@@ -98,7 +98,6 @@ Flags:
   -h, --help                             help for node
       --log_file string                  Log output file (default "log")
       --log_level string                 Select log level(debug, info, warn, error or fatal)
-      --mining                           Enable mining
       --p2p.dial_timeout int             Set dial timeout (default 3)
       --p2p.handshake_timeout int        Set handshake timeout (default 30)
       --p2p.keep_dial string             Peers addresses try keeping connecting to, separated by ',' (for example "1.1.1.1:46657;2.2.2.2:46658")