Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kkibria authored Mar 16, 2018
1 parent bb0c706 commit 978f238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Saves full dataset on disk, uses go-etherium code.
## Installing
`go get github.com/kkibria/ethdag`

will install the package and dependency, go-etherium. Copy the file `sizes.go` from the `ethdag/ethash` directory to the `ethash` directory of the `go-etherium` source tree. This will expose the cacheSize and datasetSize functions we need.
will install the package and dependency, go-etherium. Copy the file `sizes.go` from the `ethdag/ethash` directory to the `ethash` directory of the `go-etherium` source tree. This will expose some unexported functions like cacheSize and datasetSize etc. that we need.

## Compile
Running `go install` will compile and install the executable in $GOPATH/bin directory.

0 comments on commit 978f238

Please sign in to comment.