We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18e694 commit 8708182Copy full SHA for 8708182
1 file changed
README.md
@@ -38,9 +38,7 @@
38
39
40
## Run with docker image
41
-- `docker pull dosnetwork/dosnode:v1.0.1-m`
42
--
43
-
+- https://medium.com/dos-network/instructions-of-launching-a-node-in-dos-network-932e73a91a75
44
45
46
## Building binary from source
@@ -63,7 +61,7 @@
63
61
$ mkdir -p $GOPATH/src/github.com/DOSNetwork
64
62
$ cd $GOPATH/src/github.com/DOSNetwork && git clone https://github.com/DOSNetwork/core.git
65
$ cd core
66
- $ git checkout v1.0.2-m
+ $ git checkout v1.0.4-m
67
```
68
69
- Build:
0 commit comments